Ignore generated bundler binstubs
bundle binstubs generates executables into bin/; only bin/setup is
tracked, so ignore the rest to keep the working tree clean.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0147qRctyhELxJgGs3nHizEM
diff --git a/.gitignore b/.gitignore
index d397ff8..bb3b539 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
/db/*.db
.bundle/
/vendor/
+
+# Generated bundler binstubs (bin/setup is tracked; the rest are local)
+/bin/*
+!/bin/setup