summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f48a50f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
1# Build files
2/build/
3.zig-cache/
4zig-out/
5
6# Logs
7*.log
8
9# Editor / tooling
10.claude/
11/.nova/
12
13# macOS
14.DS_Store