first commit

This commit is contained in:
Puechberty Arthur
2026-03-30 20:42:29 +02:00
commit a72f502342
13 changed files with 1001 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Python
__pycache__/
*.py[cod]
*.so
.Python
.pytest_cache/
.mypy_cache/
# Virtual environments
venv/
.venv/
env/
# Local environment and secrets
.env
.env.*
!.env.example
# Local database and runtime files
*.db
*.sqlite
*.sqlite3
# IDE/editor
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Build/distribution
build/
dist/
*.egg-info/