Files
homeassistant-config/.gitignore
T
2026-06-20 18:49:03 +02:00

49 lines
535 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