# python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/

# venv
.venv/
venv/

# test/lint cache
.pytest_cache/
.ruff_cache/
.ipynb_checkpoints/

# OS
.DS_Store

# notebook generator scripts (kept local, not published)
benchmark/make_notebook*.py
tutorials/make_tutorial*.py
