Initial commit

This commit is contained in:
2026-03-16 16:14:36 -07:00
parent 802b6e7584
commit cb2b73d414
4 changed files with 10 additions and 0 deletions

10
.gitignore vendored Normal file
View File

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

0
requirements.txt Normal file
View File

0
src/__init__.py Normal file
View File

0
tests/__init__.py Normal file
View File