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

# Experiment outputs (regenerable)
figures/
tables/
outputs/

# MkDocs build
site/
.cache/

# OS / editors
.DS_Store
Thumbs.db
.vscode/
.idea/

# JupyterLite build artifacts
_output/
_litetest/
.jupyterlite.doit.db
