This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Centralizes UV virtual environments using path-based hashing. | |
| .DESCRIPTION | |
| Wraps the uv command to store virtual environments in a central location | |
| instead of creating .venv folders in project directories. Particularly useful | |
| for network drives and shared folders with limited space. | |
| .EXAMPLE |