# create the venv if it doesn't exist
if [[ ! -d .venv ]]; then
    uv venv --seed
fi

source .venv/bin/activate
