🚀 Feature Request
You mentioned improving the Makefile for windows support. I'd like to suggest using a Taskfile](https://taskfile.dev/) instead of a Makefile, which provides all the functionality of a Makefile and more. It also allows for distinctive commands based on the OS.
Another great feature is that it can load .env files.
As an example, see the Taskfile I use in my own cookiecutter template: Taskfile