__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.venv/

# Jupyter checkpoint bloat
**/.ipynb_checkpoints/

# Big source data — NOT for the repo. data-raw/ holds the multi-GB source
# .h5ad atlases; the generation scripts (build_tour.py, make_palettes.R) ARE kept.
*.h5ad
/data/

# Docs build
site/

# Dev-only, not for GitHub: media capture guide + the generation scripts / sources
/SHOTLIST.md
/data-raw/
tmp_*.ipynb
