This commit is contained in:
James Eversole
2025-05-28 12:25:43 -05:00
commit c157641063
6 changed files with 126 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
.venv
__pycache__/
*.py[cod]
*$py.class
venv
.eggs
.pytest_cache
*.egg-info
.DS_Store
.vscode
dist
build