From 4c2c91a82a0a116e40c3a55c22b36c2cfee5417f Mon Sep 17 00:00:00 2001 From: Martin Eyben Date: Fri, 16 May 2025 11:37:35 +0200 Subject: [PATCH] add gz and txt file to the gitignore --- go_ia/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go_ia/.gitignore b/go_ia/.gitignore index 0f725e8..c619c3c 100644 --- a/go_ia/.gitignore +++ b/go_ia/.gitignore @@ -4,3 +4,5 @@ __pycache__ /samples-8x8.json.gz /samples-8x8.json *.pt +*.gz +*.txt