/target
Cargo.lock

# cargo-fuzz runtime artifacts — corpus, crash inputs, and the fuzz subcrate's
# compiled output. These are machine-local; don't commit them.
fuzz/corpus/
fuzz/artifacts/
fuzz/target/

# cargo-tarpaulin coverage report outputs (generated locally for codecov
# verification; CI uploads its own copy via the codecov action)
cobertura.xml
tarpaulin-report.html
/lcov.info

# Local-only project context for Claude Code; not part of the published repo.
CLAUDE.md
