initialize

This commit is contained in:
Sawyer 2025-07-23 01:06:26 -05:00
commit c604f5e4de
6 changed files with 635 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