.PHONY:
install:
	uv pip install .

.PHONY:
test:
	pytest -v
