export UV_PROJECT_ENVIRONMENT=".venv313"

if [[ -d .venv313 ]]; then
  source .venv313/bin/activate
fi
