/target
**/*.rs.bk
Cargo.lock.orig

# insta pending snapshots (review then accept; never commit *.snap.new)
*.snap.new

# local editor / OS noise
.DS_Store
*.swp

# gandr writes per-repo review state under .git/, so nothing to ignore here,
# but a developer testing against THIS repo will produce:
.git/gandr/

# local agent scratch
/.scratch/

# release packaging (the Homebrew formula lives in the separate tap repo;
# this is just a local template/source — not part of the gandr crate)
/dist/

# locally-installed agent skills (symlinks) + their content — not part of gandr.
# Keep only the project's own skills under .claude/skills/.
/.agents/
/skills-lock.json
/.claude/skills/*
!/.claude/skills/new-fixture
!/.claude/skills/next-milestone
!/.claude/skills/verify-tui
