Reusable Makefile templates for new personal projects, so I don't have to
dig through an old repo and adapt its Makefile every time.
Copy the template that matches your project into the new repo as Makefile,
then edit the variables at the top (see comments in each file).
cp python.mk ~/code/personal/new-project/Makefilepython.mk— venv install,ruff format/ruff check,pytest, and an optionaluvicornrun target.tex.mk— single-document LaTeX build withquick(fast single-pass draft compile) andbuild(fulllatexmkbuild with references/bibliography/index resolved) targets, plus aclean/clean-alltarget set for build artifacts.