Inital ver

This commit is contained in:
KenwoodFox
2026-06-14 18:26:37 -04:00
commit c7accf6ec6
9 changed files with 217 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/