/target
Cargo.lock.bak

# editor / OS
.DS_Store
*.swp
.idea/
.vscode/

# Local tidy/audit notes (not for publish or remote)
TIDY.md

# Reports + checkpoints written by `jig run`. Generated artifacts; the
# real ones live alongside the subject tool, not here.
agent-shape-reports/
*.checkpoint.jsonl

# Built binary copy (parallel to synthesist's release-binary convention)
/jig

# Self-test fixture, regenerated by scripts/agent-shape-fixture.sh on
# every run. The contents are deterministic so tracking them adds
# noise. Anchored to repo root so tests/fixtures/ stays tracked.
/fixtures/
