Merge pull request #757 from vNawar/gitignore-fix

Ignore runtime DB files (queue, completed, pending)
This commit is contained in:
Alex 2025-08-25 23:26:58 +03:00 committed by GitHub
commit 1b6568fc40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.gitignore vendored
View file

@ -44,6 +44,10 @@ testem.log
.DS_Store
Thumbs.db
# MeTube runtime databases
queue*
completed*
pending*
__pycache__
.venv