From 1e99cb074f9fa44abb3467441ab239e2555767ff Mon Sep 17 00:00:00 2001 From: "derek.holloway" Date: Sun, 18 May 2025 11:43:36 -0700 Subject: [PATCH] add gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a87885 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.zig-cache +./zig-out \ No newline at end of file