/target
research/target
**/*.rs.bk
.DS_Store
# data/ holds research scratch (phase0) plus the load-bearing
# python-builtin-exceptions.json contract table (R-5); ignore the
# scratch, track the table so `include_str!` builds from a clean clone.
/data/*
!/data/python-builtin-exceptions.json
# Q-16 cargo-mutants output (per-mutant logs, outcomes, locks)
/mutants.out/
/mutants.out.old/
# T3-13 mdBook build output (book.toml's default --dest-dir)
/book/book/
