# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Data files (large, downloaded separately)
data/

# Experiment results (regenerable)
plan/
scripts/
results/
outputs/

# Experiment logs (large, regenerable)
logs/

# Pytest cache
.pytest_cache/

# MkDocs build output
site/
