first commit

This commit is contained in:
2026-05-22 09:17:28 +02:00
commit 26b3ed6994
33 changed files with 2943 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Secrets
.env
# Données générées
data/
# Frontend
node_modules/
.next/
frontend/node_modules/
frontend/.next/
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.egg-info/
dist/
build/
.venv/
venv/
# OS
.DS_Store
Thumbs.db