chore: Add .gitignore for pycache, venvs, IDE files, archives

This commit is contained in:
SMKRV
2026-03-12 02:32:42 +03:00
parent c8be545655
commit 772a614a20
+27
View File
@@ -0,0 +1,27 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
# Virtual environments
.venv/
venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Archives
*.zip
# Home Assistant
.storage/