From b47b4bc1d1a33d5359242c62230f1c7a3928d04e Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Fri, 11 Jan 2019 14:05:38 -0500 Subject: [PATCH] Modified .gitignore Added `.env` to the list of ignored files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 52c5521..a9e1dad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc +.env MANIFEST build cheat.egg-info