audit-out/ and audit-*.md are local report artifacts produced by the PPCBUG audit pipeline; *.stdout/*.stderr/*.log are stress-harness run captures. Switch /target/ to target/ so per-crate target dirs (e.g. crates/xenia-app/target/ used as a stress-output sink) are also ignored. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
target/
|
|
*.iso
|
|
*.xiso
|
|
*.db
|
|
|
|
# Audit reports / pre-pass findings (local artifacts, not source)
|
|
audit-out/
|
|
audit-*.md
|
|
|
|
# Run logs from stress harnesses and ad-hoc captures
|
|
*.stdout
|
|
*.stderr
|
|
*.log
|