Initial commit

This commit is contained in:
2026-08-23 21:17:53 -07:00
commit f077c83ec7
11 changed files with 2309 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.class
# Environments
.venv/
env/
venv/
ENV/
# Caches and builds
.cache/
build/
dist/
# Operating system files
.DS_Store
Thumbs.db
# Temporary and editor files
*.swp
*~