Ignore the .bin directory used for local test runs

Running the suite locally needs revolver and color on $PATH. CI fetches
them into .bin, so do the same locally rather than leaving copies of
someone else's scripts untracked in the working tree.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GTtYX8VzPrk4srd6xzURor
This commit is contained in:
Claude 2026-09-02 19:43:00 +00:00
parent 49d52fb2b8
commit 56a59b3057
No known key found for this signature in database

3
.gitignore vendored
View file

@ -4,3 +4,6 @@
# Ignore the compiled program
/zunit
# Ignore dependencies fetched for local test runs, as CI does
/.bin/