From d08d583cc2b55b7b624dc21899e58fbb60699fe0 Mon Sep 17 00:00:00 2001 From: Remy Moll <36770313+L0rd0fB0red0m@users.noreply.github.com> Date: Tue, 12 May 2020 19:46:44 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..45d091c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# API-Key (keep secret at all times) +api-key.py # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]