Project Setup with uv¶ # Scaffold a uv workspace uv init # Add Testing Dependencies uv add -D pytest pytest-cov # Add other dependencies as needed, e.g. uv add boto3