How to create a new virtual environment with uv?

Create a .venv in the current directory.

> uv venv

Then activate it.

> source .venv/bin/activate