initial commit

This commit is contained in:
2026-02-13 21:26:49 -05:00
parent 557ccb9c5b
commit 0a0ec84845
3 changed files with 1068 additions and 238 deletions

71
.gitignore vendored
View File

@@ -1,21 +1,58 @@
# Database files
# Ignore everything by default
*
# Whitelist config files
!*.yaml
!*.yml
!.gitignore
!*.md
!*.sh
!*.js*
# Whitelist subdirectory yaml files
!*/*.yaml
!*/*.yml
# Whitelist specific folders (uncomment as needed)
!automations/
!scripts/
# !packages/
#!themes/
!blueprints/
# !node-red/
# =============================================
# SENSITIVE FILES - always ignore these
# =============================================
secrets.yaml
known_devices.yaml
ip_bans.yaml
# =============================================
# Generated files and folders - always ignore
# =============================================
.storage
.cloud
.google.token
home-assistant.log
home-assistant_v2.db
home-assistant_v2.db-shm
home-assistant_v2.db-wal
# Dependencies and cache
deps/
tts/
www/
custom_components/
image/
ms365_storage/
# Pickle / session files
*.pickle
*.db
*.db-shm
*.db-wal
# Storage directory
.storage/
ms365_storage/
image/
.cloud/
www/
esphome/
custom_components/
# Logs
*.log
*.log.1
*.log.fault
## Sensitive stuff
secrets.yaml
# OS files
.DS_Store
Thumbs.db