#!/usr/bin/env bash

[ -d .venv ] || uv sync

[ -f .env ] || cp .env.example .env
dotenv

source .venv/bin/activate
unset PS1
