Files
aoc/.gitignore

21 lines
155 B
Plaintext

# inputs
*demo*.txt
input.txt
*-large.txt
# binaries
main
test
# object files
*.o
# zig...
.zig-cache
*.log
# bun
package.json
bun.lockb
node_modules/