Initial Submit

This commit is contained in:
retrozelda
2024-08-24 01:24:34 -04:00
commit 8616521124
13 changed files with 1040 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Python bytecode
__pycache__/
*.py[cod]
# Distribution / packaging
build/
dist/
*.egg-info/
# Virtual environment
venv/
env/
.venv/
# Editor and IDE files
.vscode/
.idea/
*.swp
# OS-specific files
.DS_Store
Thumbs.db