# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.installed.cfg
lib/
lib64/

# Virtual environments
.venv/
venv/
env/

# uv
.uv/
uv.lock

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Distribution
*.tar.gz
*.whl

# Release staging (Sprint 58 — docs/RELEASE.md) — regenerated per release,
# never tracked, same reasoning as build/
Release/

# Cache HTTP local
.cache/

# Configuration locale (personnelle, ne pas committer)
config.yaml

# Secrets
.env
.env.*
!.env.example
