create_venv_and_install_packages:
	uv venv --python=3.13
	. .venv/bin/activate && uv sync
