This is a simple python starter template
It has pylint, mypy, gitignore, Makefile and Dockerfile files.
This repo could be used with degit tool:
degit https://github.com/nuxion/python_template
Or more conventionally:
git clone --depth 1 https://github.com/nuxion/python_template <your_project>
cd <your_project>
rm -Rf .git
git init .
Don't forget to modify Makefile with your variables.