Yes, it creates a separate environment for each script. No, it doesn’t create a lot of bloat. There’s a separate cache and the packages are hard-linked into the environments, so it’s extremely fast and efficient.
Is the environment located in the .venv folder under the same directory as the script?
Is the environment located in the .venv folder under the same directory as the script?