Initial commit

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 22:45:04 -05:00
commit 33d1f89930
4 changed files with 796 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Virtual environment
.venv/
venv/
env/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
# macOS
.DS_Store
# Media/test files
media/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Distribution
dist/
build/
*.egg-info/