# direnv: auto-activate this repo's uv-managed virtualenv on `cd` in.
# Created with `uv venv .venv`. Run `direnv allow` once to trust this file.
export VIRTUAL_ENV="$PWD/.venv"
PATH_add "$VIRTUAL_ENV/bin"
