aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f48a50f4cab3346cc32187569b43fb021868f762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Build files
/build/
.zig-cache/
zig-out/

# Logs
*.log

# Editor / tooling
.claude/
/.nova/

# macOS
.DS_Store