Initial commit

This commit is contained in:
Jeremiah Lowin 2024-11-29 16:42:40 -05:00
commit b6ade5e72c
15 changed files with 2092 additions and 0 deletions

11
.gitignore vendored Normal file
View file

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