init: première itération

This commit is contained in:
2025-08-03 19:21:39 +02:00
commit 0ee7abbd48
10 changed files with 1083 additions and 0 deletions

58
.gitignore vendored Normal file
View File

@@ -0,0 +1,58 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
# Database
*.db
*.sqlite3
school_management.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# UV
.uv/
# Flask
instance/
.webassets-cache
# Environment variables
.env
.env.local
# Logs
*.log