Add OAuth client secret files to .gitignore

This commit is contained in:
Frank Schwenk
2025-11-18 15:35:56 +01:00
parent 6086897325
commit 00c0dc086b
+4
View File
@@ -1,6 +1,10 @@
# Browser authentication file (contains sensitive cookies)
browser.json
# OAuth client secrets
client_secret_*.json
oauth.json
# Python
__pycache__/
*.py[cod]