create directory
mkdir my_project
Go into the folder
cd my_project
Initialize
uv init --no-workspace
Now we have a project structure
ls
You can open each file with the cat statement
cat hello.py
Create a file for your Visual Studio Code (VSC, VSCode) settings
mkdir .vscode