From 239deb617368c26b86324a790fcf10c4b147a351 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Wed, 13 Feb 2019 20:49:06 +0100 Subject: [PATCH] Ignore config.py to prevent pushing secrets --- .gitignore | 1 + config.py => config.py.example | 0 2 files changed, 1 insertion(+) rename config.py => config.py.example (100%) diff --git a/.gitignore b/.gitignore index 8c441f7..0f7c670 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +config.py venv/ # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/config.py b/config.py.example similarity index 100% rename from config.py rename to config.py.example