use flake

VIRTUAL_ENV="$PWD/.venv"
uv sync --python $(which python)
export VIRTUAL_ENV
PATH_add "$VIRTUAL_ENV/bin"
