__pycache__/
*.py[cod]
*.egg-info/
.eggs/
# Anchored to the repo root: an unanchored `build/` also swallowed docs/reference/**/dlc/build/ (the docs pages for the `interlens.arena.scenarios.dlc.build` module).
/build/
/dist/
.pytest_cache/
.venv/
venv/
.env
results/
logs/

# For docs

site/
# zensical's incremental build cache
.cache/
# Regenerated by scripts/gen_ref_pages.py. Note that docs/reference/ is NOT ignored: the API reference is
# real, committed markdown (one page per class/function + symbols.json), because the published docs at
# https://sidmb.com/docs/interlens are built by a separate repo that syncs this folder from git.
docs/llms.txt
docs/llms-full.txt
*.log
.DS_Store
.vercel
.env*
