Why does your python package (cli/Web server/library) need full access to your full disk at the time of execution?
That is very inconvenient.
All executions (especially of random third-party code) inside the containers are not inconvenient at all for me.
Infact, I even open-sourced my setup - https://github.com/ashishb/amazing-sandbox
How will that prevent `npm run dev` or `uv run python` from accessing files outside your current directory?
That is very inconvenient.