Predefined setups that may speed up some work.
Starting a blank project:
-
Create blank python project inside dir with README, pyproject.toml and its own venv with:
uv init
-
Install dependencies: https://stackoverflow.com/a/79344041/28839947
-
misc: config files (most likely for Python projects)