uv (Python) Use as the default tool for Python dependency + environment management when the repo has , mentions in its docs/Makefile, or already uses a created by . Quick decision rules - If the repo has and : treat it as a uv-managed project. - If the repo has only : you can still use for fast installs. - Prefer project commands ( ) over raw unless the repo explicitly uses . Installation (if needed) Prefer a packaged install method when available. If you use the official installer, review it first (avoid blindly piping into a shell) and follow the latest instructions in the official docs. Co…