Files
aoc/.gitignore
2025-12-02 21:35:02 +01:00

22 lines
166 B
Plaintext

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