# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Checkpoints et modèles (trop volumineux pour Git)
*.npz
model*.npz
checkpoint*.npz

# Données de benchmark (externes)
*.csv
bench_*.json
