This template contains:
- A Python devcontainer for Visual Code: linter, formatter, suitable extensions...
src: source filestest: tests with pytestrequirements.txt: required modules (dependancies)Makefile: commands to use your projectgitignore: common files to ignore
make tests: runs all tests intestfolder