From 5f49a09ab4f76d8e7fc822d530db7772c3ecbc68 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Wed, 13 Aug 2025 09:18:11 -0400 Subject: [PATCH] added zip to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5b90e79..8f77b55 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.dll *.so *.dylib +*.zip # Test binary, built with `go test -c` *.test