uv - python development
Create a new project directory called mudview.
This will be automatically git tracked with a .gitignore file and a .git directory
It will also include a blank main.py and a pyproject.toml file
As well as a README.MD and a .pythonversion file that simply contains the python version we are using for this project
uv init mudview