Skip to content

Commit c62b137

Browse files
realmarcinclaude
andauthored
Clean up ad-hoc root audit/report files (#82)
Remove two regeneratable pipeline outputs from version control and gitignore them so future runs don't re-track them: - `evidence_curation_report.txt` (35 KB, Feb-stale): output of `scripts/curate_evidence_with_pdfs.py`; consumed downstream by `apply_suggested_snippets.py`, `apply_suggested_fixes.py`, and `batch_snippet_fixer.py` within a single workflow run, so its content does not need to be versioned. - `network_integrity_audit.txt` (113 B stub, May-stale): default output path of the `audit-network-report` justfile recipe. Was essentially empty (header only) at commit time. Documentation references (docs/CURATION_PROGRESS_REPORT.md, docs/AUTOMATION_TOOLS.md, notes/NETWORK_CURATION_REPORT.md) point at the filenames, not the content, so the references remain valid: the scripts regenerate the files when invoked. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d32128a commit c62b137

3 files changed

Lines changed: 7 additions & 892 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ config.local.mk
8989
# Logs
9090
*.log
9191

92+
# Curation / audit pipeline outputs — these are regeneratable artifacts
93+
# produced by scripts/curate_evidence_with_pdfs.py and the
94+
# `audit-network-report` justfile recipe; downstream scripts read them
95+
# within a workflow run, but they should not live in version control.
96+
evidence_curation_report.txt
97+
network_integrity_audit.txt
98+
9299
# Temporary files
93100
*.tmp
94101
.temp/

0 commit comments

Comments
 (0)