mirror of
https://github.com/javalsai/aoc.git
synced 2026-01-12 17:10:00 +01:00
22 lines
166 B
Plaintext
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/
|