# Anchored to the repo root. An unanchored `build/` also matches
# src/refractal/build/, which silently kept the whole `refractal build` package
# out of git -- `git status` stayed clean, the tests passed against the working
# tree, and the wheel shipped without it. Anchor these.
__pycache__/
*.py[cod]
*.egg-info/
.venv/
/build/
/dist/
/results/
/plan.json

# mkdocs build output. Regenerable from docs/ + mkdocs.yml, and when it was
# tracked it went stale: a wording fix in docs/ left the built HTML asserting
# the old text.
site/
.mutation-in-progress
.coverage.json
.coverage
