run:
	textual run --dev zet:main tui

dist: clean
	uv build

publish:
	uv publish

clean:
	rm -rf dist
