chore: Phase 4 — drop 1543 tracked local-machine artifacts (venv/, __pycache__, home/, .phase1-event-status, .gitignore.backup) #3

Open
nsatoshi wants to merge 1 commits from devin/phase4-drop-local-junk-1776542674 into master

1 Commits

Author SHA1 Message Date
Devin AI
ad94815c9d chore: drop tracked local-machine artifacts (Phase 4)
Some checks failed
AI Code Review / claude-review (pull_request) Failing after 48s
Remove 1543 files that were committed from developer machines before
matching .gitignore rules were added. All patterns involved are already
ignored; this just cleans up the historical tracking.

- venv/                     (1539 files, Python virtualenv)
- __pycache__/              (1 file — root; all 706 under venv/ covered above)
- home/intlc/projects/...    (1 file — stale copy of multi-chain-execution/src/api/mirror-routes.ts;
                              the canonical in-repo version is newer and has comments)
- .phase1-event-status       (ephemeral phase marker)
- .gitignore.backup.20260103_171034 (pre-cleanup .gitignore snapshot)

Also add '/home/' to .gitignore so future operator-home paste captures
don't get re-introduced.

No working code changed — every deletion is of a build artifact, virtualenv
content, or stale duplicate.

Tracking: #1
Co-Authored-By: Nakamoto, S <defi@defi-oracle.io>
2026-04-18 20:05:05 +00:00