From 4e4c83670594fe24ece8ba8a1260f6f645a73411 Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 25 Nov 2022 19:52:37 -0500 Subject: [PATCH] users.toml is potentially sensitive --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2edcab6..43dd056 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# contains potentially sensitive data +users.toml + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]