# Byte-compiled / optimized files
__pycache__/
*.py[oc]

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

# Virtual environments
.venv/

# Caches
.ruff_cache/
.pytest_cache/
.mypy_cache/
scripts/__pycache__/

# Test & Coverage reports
htmlcov/
.coverage
.coverage.*

# ML / DSPy artifacts
mlartifacts/
mlruns/
mlflow.db

# IDE / Editor specific
.ropeproject/

# Documentation builds
site/
