list:
    just --list

test:
    uv run pytest

test-verbose:
    uv run pytest -s

publish:
    uv build
    uv publish
