build:
	uv build

test:
	uv run pytest tests/
