Initial commit

App works locally. No intention to bring this live.
This commit is contained in:
2026-04-23 16:35:12 -04:00
commit de3ab5d2a6
12 changed files with 1975 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
# uv
.python-version
# App runtime files
.tafa.pid
.tafa.log
# macOS
.DS_Store
# Editor
.vscode/
.idea/
*.swp
*.swo