.env
*/.env
**/.env
!**/.env.example

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/

# Outils
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Documentation
DEPLOYMENT.md
