Initial commit - nettoyage et initialisation

This commit is contained in:
2026-05-19 22:01:18 +02:00
commit ee85d38c43
51 changed files with 2333 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Maven
**/target/
*.class
*.jar
*.war
*.ear
# IDEs
.idea/
*.iml
*.ipr
*.iws
.classpath
.project
.settings/
.nb-gradle/
# Python
venv/
.venv/
env/
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
# OS/System
.DS_Store
Thumbs.db
# Environment/Local secrets
.env
.env.local
.env.*.local