.claude/settings.local.json
__pycache__/
.venv/
*.egg-info/
.pytest_cache/
.DS_Store

# Real project files used to exercise the server against a live model: survey
# points, CAD exports, a .pln. They are someone's drawings rather than
# fixtures, and this repository is public, so they stay on the machine that
# needs them. Test data that belongs here goes in tests/fixtures/.
teren/

# Staging tree and cached standalone interpreters for scripts/build_bundle.py.
# Both are rebuildable from pinned inputs, and the interpreter cache alone is
# tens of megabytes per target.
build/

# Isolated worktrees for parallel work, and the subagent-driven-development
# scratch area (ledgers, task briefs, review packages). Both are working state
# rebuilt on demand; the git history is the durable record.
.worktrees/
.superpowers/
