feat: packages-Struktur für Bewässerungssystem anlegen

This commit is contained in:
2026-05-02 09:17:04 +02:00
commit 2c68bd4607
2 changed files with 51 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# 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