__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/
.mypy_cache/
.venv/
venv/
env/
.env
*.so
.coverage
htmlcov/

# Internal research data
data/
*report*.json

# Claude Code session
.claude/

# OS
.DS_Store

# Internal verification artifacts
VERIFICATION_RESULTS.md

# Research corpus (repos clonés — code tiers, non-redistribuable dans le sdist)
corpus/
results/
.baseline*/
.after/
.claude/worktrees/
run_verification.sh
