Initial commit — Serveur Lucas SmartEye
API réception alertes chute (SmartEye/YOLO), analyse IA (Gemini 2.5 Flash), gestion alertes avec escalade (watchdog), notifications Firebase, dashboard web, documentation MkDocs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# === SECRETS & CREDENTIALS ===
|
||||
admin_key.json
|
||||
lucas_config.ini
|
||||
database.json
|
||||
|
||||
# === DONNÉES RUNTIME ===
|
||||
clients/
|
||||
uploads/
|
||||
alerts/
|
||||
photos/
|
||||
error_python.log
|
||||
sms_history.log
|
||||
last_analysis_report.json
|
||||
|
||||
# === FICHIERS TEMPORAIRES ===
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.bak
|
||||
|
||||
# === IDE ===
|
||||
.vscode/
|
||||
.claude/
|
||||
lucas.code-workspace
|
||||
|
||||
# === IMAGES ===
|
||||
*.jpg
|
||||
!placeholder.jpg
|
||||
|
||||
# === MKDOCS BUILD ===
|
||||
mkdocs-smarteye/site/
|
||||
|
||||
# === ANCIENS RAPPORTS (historique, pas du code) ===
|
||||
CHANGELOG_v2.0.md
|
||||
CORRECTIF_TECHNIQUE.md
|
||||
GEMINI_FIX_README.md
|
||||
RAPPORT_FINAL_COMPLET.md
|
||||
Reference in New Issue
Block a user