# Bytecode
__pycache__/
*.py[cod]

# Paquets et installation
build/
dist/
*.egg-info/
.eggs/

# Environnements virtuels
.venv/
venv/
env/

# Caches d'outils
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/

# Éditeurs et OS
.idea/
.vscode/
.DS_Store
