feat: initialize project with uv and dependencies

This commit is contained in:
2025-12-03 14:23:00 -05:00
parent 95f2f24b1e
commit 2b79ab2f32
4 changed files with 653 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
__pycache__/
*.py[cod]
.venv/
.env
config.yaml
*.egg-info/
dist/
.pytest_cache/