chore: remove reports/ from .gitignore, delete stray backfill.py

reports/ contains tracked analysis deliverables (drift reports, Overton
window charts) that were being force-added. Removing the ignore rule
matches project usage.
main
Sven Geboers 4 weeks ago
parent 711a410df3
commit ec18fe0540
  1. 5
      .gitignore

5
.gitignore vendored

@ -14,11 +14,6 @@ data/*.db
data/*.bak data/*.bak
data/*.json data/*.json
# Generated output files
outputs/
outputs_*/
reports/
# Stray temp files # Stray temp files
dummy dummy

Loading…
Cancel
Save