Virtual Environments
Always use virtual environments for Python project isolation
CLAUDE.md
Always use virtual environments for project isolation. Use venv, poetry, or uv to create isolated environments. Never install project dependencies into the system Python.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.