0fa6d4c3be
Scope .gitignore rules for automations/scripts/scenes.yaml to root only so packages/bewaesserung/automations.yaml is tracked correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
30 lines
255 B
Plaintext
30 lines
255 B
Plaintext
# Home Assistant configuration
|
|
*.db
|
|
*.db-journal
|
|
.cache
|
|
backups/
|
|
secrets.yaml
|
|
/automations.yaml
|
|
/scripts.yaml
|
|
/scenes.yaml
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|