From 00c0dc086b6b668f4adde5e70c703fad4d989b1d Mon Sep 17 00:00:00 2001 From: Frank Schwenk Date: Tue, 18 Nov 2025 15:35:56 +0100 Subject: [PATCH] Add OAuth client secret files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4bd4995..fb53be3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ # Browser authentication file (contains sensitive cookies) browser.json +# OAuth client secrets +client_secret_*.json +oauth.json + # Python __pycache__/ *.py[cod]