test:
    uv run pytest tests

check:
  ruff check --fix

format:
  ruff format

build:
    rm -rf dist
    uv build
