Quickstart ========== This template targets Python 3.12+ and assumes a standard `src/` layout. Local development setup: .. code-block:: bash python -m venv .venv source .venv/bin/activate make dev make test Run the bundled example: .. code-block:: bash make run-example Build the docs: .. code-block:: bash make docs