build(python): migrate to uv (#5222)

This commit is contained in:
David Lane
2026-05-30 17:37:14 -04:00
committed by GitHub
parent 4e9e0d4c66
commit 0e35140576
14 changed files with 801 additions and 76 deletions

2
.gitignore vendored
View File

@@ -53,5 +53,7 @@ node_modules/
.DS_Store
# Python
*.egg-info/
*.pyc
.venv/
venv/