I have a nasty habbit of starting quick new Python projects somewhere in my chronologically organized Google Drive, uv init-ing them, and start adding packages.
By default, this means every project gets a .venv directory alongside its pyproject.toml. That works perfectly on a single machine. It also works …

