initial commit

This commit is contained in:
Chris Proctor
2026-03-09 12:28:21 -04:00
commit 039a467a9f
13 changed files with 841 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv