Backend Monitorink: serveur PNG (Claude usage + météo + HA)

This commit is contained in:
2026-06-15 10:49:31 +02:00
commit bc4cf89a4b
16 changed files with 792 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Secrets & config locale
.env
*.local
backend/.credentials.json
backend/.credentials.json.*
# Python
__pycache__/
*.py[cod]
.venv/
venv/
.mypy_cache/
.pytest_cache/
# Rendu / cache
*.png
!backend/static/*.png
backend/out/
last_usage.json
# Binaires Kobo (téléchargés depuis trmnl-kobo, pas versionnés)
kobo/bin/*
!kobo/bin/.gitkeep
# OS / éditeurs
.DS_Store
*.swp
.idea/
.vscode/