From da9dca761a0ba39cdaadf72ef54f1fae9e78a119 Mon Sep 17 00:00:00 2001 From: Chris La Date: Tue, 17 Mar 2026 11:37:27 -0700 Subject: [PATCH] Add wrapper binary to .gitignore Prevent the compiled codex/wrapper/wrapper binary (3MB) from being accidentally committed. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 42d5f7b..5e56465 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.so *.dylib codex/strawpot_codex +codex/wrapper/wrapper # Test binary *.test