.PHONY: clean

clean:
	rm -f *.aux *.bbl *.blg *.log *.out *.thm

load_data:
	uv run fetch_sp500.py
