diff --git a/Zig.gitignore b/Zig.gitignore new file mode 100644 index 00000000..d55f2fe4 --- /dev/null +++ b/Zig.gitignore @@ -0,0 +1,6 @@ +# Object files +*.o + +# Build artifacts and cache +zig-cache/ +zig-out/ \ No newline at end of file