AdventOfCode-Rust/.gitignore
Drew Haven ee116e4c52
Some checks failed
Continuous Integration / Continuous Integration (push) Has been cancelled
Adds Flake.nix and .envrc
2025-12-11 16:32:15 -08:00

34 lines
545 B
Plaintext

# 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
data/inputs/*
!data/inputs/.keep
data/puzzles/*
!data/puzzles/.keep
# Dhat
dhat-heap.json
# Benchmarks
data/timings.json
# Direnv stuff
.direnv/