# Credentials — ne jamais versionner
.env
credentials.csv
students.csv

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
build/
*.whl
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage

# Images OpenWrt téléchargées par le script build
*.img
*.img.gz
*.bin

# Éditeurs
.vscode/
.idea/
*.swp
