Repository Guidelines
The dashboard code lives under `src/pypsa_explorer`, with `app.py` orchestrating app creation, `cli.py` exposing the entry point, and feature-specific logic split into `callbacks/`, `layouts/`, and `utils/`. Tests in `tests/` mirror the package layout. Keep documentation in `docs/`, notebooks in `ex