2022-11-28 17:33:29 +01:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
2022-11-28 19:06:17 +01:00
|
|
|
debug/
|
|
|
|
target/
|
2022-11-28 17:33:29 +01:00
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
|
|
|
**/*.rs.bk
|
2022-11-28 19:06:17 +01:00
|
|
|
|
|
|
|
# aoc-template
|
|
|
|
# env vars
|
|
|
|
.env
|
|
|
|
|
|
|
|
# downloaded inputs
|
2022-11-28 19:49:57 +01:00
|
|
|
/src/inputs/*
|
|
|
|
!/src/inputs/.keep
|
2022-11-28 19:06:17 +01:00
|
|
|
|