.gitignore: skip cmd/ binaries (gensolver, holdem-train)

Both are 16MB Go binaries built from cmd/gensolver and cmd/holdem-train.
They were showing up as untracked on every status check. Also drops a
stray 0-byte internal/db/gogobee.db that someone created at the wrong
path (real DB lives in data/, already gitignored).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
prosolis
2026-04-30 07:49:40 -07:00
parent d9ac998458
commit c66c32e698

2
.gitignore vendored
View File

@@ -3,3 +3,5 @@ data/
.env.* .env.*
!.env.example !.env.example
gogobee gogobee
gensolver
holdem-train