41 lines
333 B
Plaintext
41 lines
333 B
Plaintext
# Secrets - NEVER commit
|
|
secrets.yaml
|
|
|
|
# Database
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Logs
|
|
*.log
|
|
*.log.*
|
|
|
|
# Home Assistant generated
|
|
.HA_VERSION
|
|
.ha_run.lock
|
|
.storage/
|
|
deps/
|
|
tts/
|
|
|
|
# Cache and local data
|
|
.cache/
|
|
.cloud/
|
|
.config/
|
|
.local/
|
|
.bash_history
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# HACS
|
|
custom_components/
|
|
www/
|
|
|