/.claude
/AGENTS.md
/CLAUDE.md
/build
/build-*
/compile_commands.json
/.cache

# Geometry data exports — ignore by default, allow the test fixture.
*.nhb
*.nhb.zst
!/odd.nhb.zst

# Project archives packed by the viewer / make_nhproj.py — always generated.
*.nhproj

# config-flatten output written to the repo root (generated from fixtures/).
/*_flat.toml
CMakeUserPresets.json

# Python: the venv the wheel workflow builds against, and wheel output.
/.venv/
/dist/
/dist-web/
*.egg-info/
.idea

# Local perf/geometry analysis artifacts (screenshots, dumps)
/analysis/

# Python bytecode (ci/*.py imported by tooling)
__pycache__/
*.pyc
