if [ -f .venv/bin/activate ]; then
    echo "Activating virtual environment"
    source .venv/bin/activate
fi
