From d78c4f5073164f6ae1b742bafaa8657e536ee38e Mon Sep 17 00:00:00 2001 From: Guilherme Bufolo Date: Tue, 1 Oct 2024 21:54:22 +0200 Subject: [PATCH] Ignore secrets file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..957a343 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# User ignore +cfg/secrets.json + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/