36 lines
328 B
Plaintext
36 lines
328 B
Plaintext
# Python / Byte-compiled
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
|
|
# Home Assistant specific
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.log
|
|
.storage/
|
|
.cloud/
|
|
secrets.yaml
|
|
|
|
# Archives and Patches
|
|
*.zip
|
|
*.tar
|
|
*.gz
|
|
*.patch
|
|
*.diff
|
|
|
|
# Editor / IDE (VS Code, etc.)
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
Thumbs.db
|