#!/usr/bin/env bash
if [ -f .venv/bin/activate ]; then
    . .venv/bin/activate
    PATH="$PWD/.venv/bin:$PATH"
fi

watch_file .venv
