virtual_smart_wallet/ │ ├── run.py ← Start the app from here ├── init_db.py ← Create database & tables ├── requirements.txt ├── .env.example ← Copy to .env and fill in │ ├── frontend/ ← ALL UI files ...