diff --git a/.gitignore b/.gitignore index 1eab3d7..99591c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,13 @@ -/target/ +target/ *.iso *.xiso -*.db \ No newline at end of file +*.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