# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
env/
venv/
.uv/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Research outputs (large, reproducible from manifest.yaml seeds)
research/results/*
!research/results/.gitkeep
research/data/raw/
research/data/external/
research/data/cache/

# Simulation artefacts
*.pkl
*.parquet
*.feather
*.h5
*.hdf5

# Figures (generated by make figures / make reproduce)
*.pdf
*.png
*.svg

# Raw data (download scripts in research/data/ provided instead)
*.csv

# Package / distribution
*.whl
*.tar.gz
MANIFEST

# Mount point (local only)
mnt/

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
CLAUDE.md