source_up_if_exists
dotenv_if_exists

# Activate the uv-managed venv (created by `uv sync`) without `uv run`:
# export VIRTUAL_ENV and prepend its bin to PATH so bare `pytest` resolves.
export VIRTUAL_ENV="$PWD/.venv"
PATH_add "$VIRTUAL_ENV/bin"
