PATH_add .venv/bin

if [ -f ".env" ]; then
    dotenv
fi
