# Shared instrumented target dir (compiled once for all projects).
.cache/

# Per-project build cache: .profraw, merged.profdata, raw (unfiltered) lcov,
# cargo build/metadata json, skipped-root list. Regenerated by script/*.sh.
*/.work/

# Generated reports are build artifacts, not source. Keep the dirs (.gitkeep),
# ignore their contents.
*/report/*
!*/report/.gitkeep

# Generated combined HTML view (cover/report.sh)
/report.html
