From 1f14571dc3880fd774ae44866f96407bbb7cbc4f Mon Sep 17 00:00:00 2001 From: Joshua Arulsamy Date: Wed, 22 Jul 2020 22:18:24 -0600 Subject: [PATCH] :see_no_evil: Excluded sensitive files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c5b28aa..75162b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Project specific +config.yaml + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]