test:
	uv run pytest . -v

build:
	uv build

publish:
	uv publish

git-release:
	git tag v0.1.0 && git push --tags

example:
	uv run example_usage.py