.vscode
.idea
**/target
#*.json
*.swp
**/*.rs.bk
Cargo.lock
Session.vim
.cargo-ok
cargo-timing*.html

# Gungraun benchmark output; only the committed baselines (*.base@*) are kept
benches/gungraun-baselines/**/callgrind.*
!benches/gungraun-baselines/**/*.base@*
# but the pinned lockfile used for the gungraun benchmarks is committed
!benches/gungraun-baselines/Cargo.lock
# transient backup written by the ci bench command while it runs
/Cargo.lock.bench-backup
