Create desktop app due to mkv issue with chrome

This commit is contained in:
Peter Stockings
2026-03-02 21:54:22 +11:00
parent 2020b59259
commit 475fdbb2b8
11 changed files with 1276 additions and 0 deletions

17
.gitignore vendored
View File

@@ -3,3 +3,20 @@ bun.lockb
.env
.DS_Store
Thumbs.db
# Python
__pycache__/
*.py[cod]
*$py.class
**/.pytest_cache/
# Environments (uv / venv)
.venv/
env/
venv/
ENV/
# Local media testing files
*.mkv
*.mp4
*.avi