From eb98380e577eb3a660eaed9bd83f6f9a660cd609 Mon Sep 17 00:00:00 2001 From: codecrafters-bot Date: Fri, 5 Dec 2025 03:43:32 +0000 Subject: init [skip ci] --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e2b058 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Database files used for testing +*.db + +# Zig build artifacts +main +zig-cache/ +.zig-cache/ +zig-out/ + +# Compiled binary output +bin/ +!bin/.gitkeep + +# Ignore any .o or .h files generated during build +*.o +*.h + +# Ignore OS and editor specific files +**/.DS_Store +*.swp +*~ -- cgit v1.2.3