# 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

# DB copies bundled into the live env at build time (source of truth: results/)
jupyterlite/contents/esnfed_results.db
jupyterlite/contents/esnfed_metrics_long.csv
