traffic-watch/ ├── traffic-app/ # Frontend static files (Svelte dist) │ ├── dist/ # Compiled Svelte app │ └── maps/ # Generated map images ├── generate_map.py # Script to create map images ├── traffic ...