## uv-project-template ## Installation To create and install virtual environment: ```bash uv sync ``` During development, you can lint and format code using: ```bash uv run poe x ```