/target
# cargo-mutants writes disposable reports and build sandboxes here by default.
# Keep both the current and rotated run out of git and jj auto-snapshots.
/mutants.out/
/mutants.out.old/
# Rust
**/*.rs.bk
*.pdb
# Stray rustc build artifacts (loose .rlib/.rmeta from ad-hoc `rustc` runs;
# real builds live under /target above)
*.rlib
*.rmeta
.work/
# mdBook build output (book.toml, rendered from docs/)
/book