stopwatch-pomodoro/ ├─ backend/ │ ├─ Dockerfile │ ├─ requirements.txt │ ├─ .env.example │ └─ app/ │ ├─ init.py │ ├─ main.py ...