50 lines
539 B
Plaintext
50 lines
539 B
Plaintext
# Secrets & credentials — never commit
|
|
secrets.yaml
|
|
.storage/
|
|
.cloud/
|
|
.deploy_key
|
|
*.key
|
|
*.pem
|
|
|
|
# Runtime state & databases
|
|
.HA_VERSION
|
|
.ha_run.lock
|
|
.uuid
|
|
.shopping_list.json
|
|
home-assistant_v2.db*
|
|
zigbee.db*
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.db-journal
|
|
|
|
# Logs
|
|
home-assistant.log*
|
|
*.log
|
|
*.log.*
|
|
|
|
# Caches & generated content
|
|
.cache/
|
|
deps/
|
|
tts/
|
|
image/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Backups & editor cruft
|
|
backups/
|
|
*.bak
|
|
*.bak[0-9]
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
|
|
# Local SSH/known_hosts inside /config
|
|
.ssh/
|
|
known_hosts*
|
|
|
|
# Custom content
|
|
custom_components
|
|
themes
|
|
www
|