# Zig build artifacts .zig-cache/ zig-cache/ zig-out/ # Compiled binary output main bin/ !bin/.gitkeep # Ignore any .o or .h files generated during build *.o *.h # Ignore OS and editor specific files .DS_Store *.swp *~