format:
	uv run ruff format .

lint:
	uv run ruff check . --fix
	uv run mypy . 

visualize:
	uv run tensorboard --logdir outputs
