feat: add pipx & uv for python

This commit is contained in:
Ryan Yin
2025-07-16 22:44:17 +08:00
parent 653f1586c3
commit 29372222e4
2 changed files with 5 additions and 0 deletions

View File

@@ -61,6 +61,8 @@
vscode-extensions.vadimcn.vscode-lldb.adapter # codelldb - debugger
#-- python
pipx # Install and Run Python Applications in Isolated Environments
uv # python project package manager
pyright # python language server
(python313.withPackages (
ps:

View File

@@ -195,6 +195,9 @@ in {
".m2" # java maven
".gradle" # java gradle
".conda" # python generated by `conda-shell`
# python pipx
".local/pipx"
".local/bin"
# ======================================
# Security