This commit is contained in:
Danilo Reyes
2026-01-30 23:17:02 -06:00
parent 527fad8da0
commit 97053901c0
17 changed files with 646 additions and 26 deletions

6
.gitignore vendored
View File

@@ -14,3 +14,9 @@ Thumbs.db
.idea/
*.swp
*.tmp
__pycache__/
*.pyc
.venv/
venv/
dist/
*.egg-info/