Files
HA-Automationen/.gitignore
T
david 0fa6d4c3be feat: Haupt-Automation täglicher Bewässerungs-Check
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>
2026-05-02 09:24:22 +02:00

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