Create desktop app due to mkv issue with chrome
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user