/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
# Bytecode generated while validating the repository's Python tooling.
__pycache__/
*.py
.work/
# mdBook build output (book.toml, rendered from docs/)
/book
# Generated by `just public-api-diff`; the committed baseline is public-api.txt.
/public-api-current.txt
# Generated by `just identifiers-diff`; the committed baseline is under spec/.
/identifiers-current.json