News

Best practices vary but let's assume that you put a "projects" folder in your user directory to contain your projects. Then create a folder for this specific example project, for example "testblinka".
The files that are intended to be duplicated to the root of a project. template_python_3.7_vscode ├── .github │ └── workflows │ └── close.yml ├── .vscode │ ├── launch.json │ └── settings.json ├── src ...