# Environnements virtuels .venv/ venv/ # Cache Python __pycache__/ *.py[cod] *$py.class # Artefacts de packaging/build build/ dist/ *.egg-info/ .eggs/ # Outils de test / couverture .pytest_cache/ .coverage .coverage.* htmlcov/ # Type checking / lint cache .mypy_cache/ .ruff_cache/ # IDE / éditeur .vscode/ .idea/ # Fichiers système .DS_Store Thumbs.db