Initial project scaffold with uv

This commit is contained in:
2026-04-01 15:52:58 -07:00
commit a1b5e72032
5 changed files with 31 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
.venv/
.ruff_cache/
.mypy_cache/
.pytest_cache/
.env