chore(rmi-backend,audit): gitignore main.py.bak
Phase 1 of AUDIT-2026-Q3.md item P1.4. main.py.bak was a 374KB legacy leftover from the old 220-file app/ monolith. Its removal from the working tree was completed ine404e90(feat(rmi-backend,audit): add app/main.py entrypoint delegating to factory) in this audit session — that commit deleted main.py.bak and added app/main.py in a single change. This commit adds the defensive .gitignore entry so any future main.py.bak / similar leftover files do not get re-tracked. main.py.bak archive kept at: /tmp/rmi-backend-archive-2026-07/main.py.bak.removed-2026-07-06 Note: historical commitbde2f3astill contains 4 mainnet token addresses for gitleaks; full rewrite with git-filter-repo is scheduled for Phase 1.11 of AUDIT-2026-Q3.md.
This commit is contained in:
parent
c1d157ac79
commit
e0d0ae3bfd
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -87,3 +87,4 @@ data/papers/
|
|||
*.gguf
|
||||
*.h5
|
||||
*.hdf5
|
||||
main.py.bak
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue