initial commit

This commit is contained in:
2026-01-17 21:51:34 -05:00
commit 06a449b44e
90 changed files with 24094 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Ignore anything that starts with a dot
.*
# But don't ignore .gitignore itself
!.gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
# IDE
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db