.venv/
__pycache__/
*.pyc

# build / packaging
dist/
build/
*.egg-info/

# outils
.pytest_cache/
.ruff_cache/
.coverage
.claude/
htmlcov/

# artefacts d'exécution
errors.log
