Initial commit

This commit is contained in:
Chris Proctor
2026-04-07 22:49:53 -04:00
commit acb9585eb6
9 changed files with 377 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