From c66c32e698d5fed413c9a4c28f20f0b701df4eab Mon Sep 17 00:00:00 2001 From: prosolis <5590409+prosolis@users.noreply.github.com> Date: Thu, 30 Apr 2026 07:49:40 -0700 Subject: [PATCH] .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) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 036cb99..91e32ff 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ data/ .env.* !.env.example gogobee +gensolver +holdem-train