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>