From 621103bedba83360bcfa4361fc920eff8baf160a Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 27 Oct 2025 10:57:05 +0100 Subject: [PATCH] Ignore bin --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dbe5894..d05311a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,7 @@ nimcache # Test files codex/testdata/hello.downloaded.txt -codex/testdata/hello.downloaded.writer.txt \ No newline at end of file +codex/testdata/hello.downloaded.writer.txt + +# Bin +codex-go \ No newline at end of file