Files
advent-of-code-2025/.gitignore
T
2025-11-28 07:19:14 -06:00

20 lines
163 B
Plaintext

**/*/EXAMPLE.txt
**/*/INPUT.txt
**/*/PROBLEM.md
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
coverage.*
*.coverprofile
profile.cov
go.work
go.work.sum
.env
tmp/