project/ ├── README.md ├── AI_NOTES.md ├── requirements.txt ├── expenses.json ├── src/ │ ├── __init__.py │ ├── main.py # FastAPI app entrypoint │ ├── routes.py # API endpoints │ ├── models.py ...