Backend Monitorink: serveur PNG (Claude usage + météo + HA)
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user