# ADT: name=.envrc

test -d .venv || uv venv --python python3.10
source .venv/bin/activate
