Initial commit

This commit is contained in:
Justin C. Miller
2025-05-10 18:22:53 -07:00
commit fe6aa0ff01
6 changed files with 100 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