uv devcontainer template This project is a Python template built for development with uv and VS Code Dev Containers. Getting started Create a new repo from this template using gh CLI: gh repo create <OWNER>/<REPO> --clone --template kowyo/uv-devcontainer-template cd <REPO> make prepare