From e0d0ae3bfdbb4294210744202aec7834cdc450c2 Mon Sep 17 00:00:00 2001 From: opencode Date: Mon, 6 Jul 2026 17:52:51 +0200 Subject: [PATCH] chore(rmi-backend,audit): gitignore main.py.bak MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 in e404e90 (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 commit bde2f3a still contains 4 mainnet token addresses for gitleaks; full rewrite with git-filter-repo is scheduled for Phase 1.11 of AUDIT-2026-Q3.md. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5c6a509..7663b0b 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,4 @@ data/papers/ *.gguf *.h5 *.hdf5 +main.py.bak