# Byte-compiled / cache
__pycache__/
*.py[cod]

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

# Virtual environments
.venv/
venv/

# Tooling caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Test coverage
.coverage
coverage.xml
htmlcov/

# Serialized models written by examples and CLI tests
*.joblib
*.pkl

# MLflow local tracking store
mlruns/

# Per-developer editor and agent settings
.claude/settings.local.json
