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
change
commit ec6ef3da5a9dbaeb1e9577768d45cf015b8d50a2
author Claude <noreply@anthropic.com>
date
parent a7bf56b0
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