2021-12-29 14:12:01 +01:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
|
|
|
debug/
|
|
|
|
target/
|
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
|
|
|
**/*.rs.bk
|
|
|
|
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
|
|
*.pdb
|
|
|
|
|
|
|
|
|
|
|
|
# Added by cargo
|
|
|
|
|
|
|
|
/target
|
|
|
|
|
|
|
|
# Advent of Code
|
|
|
|
# @see https://old.reddit.com/r/adventofcode/comments/k99rod/sharing_input_data_were_we_requested_not_to/gf2ukkf/?context=3
|
2023-10-21 21:54:22 +02:00
|
|
|
|
2023-12-01 09:58:59 +01:00
|
|
|
data/inputs/*
|
2023-10-21 21:54:22 +02:00
|
|
|
!data/inputs/.keep
|