From b37d30f19455382cb18fa0d32745686ece52a704 Mon Sep 17 00:00:00 2001 From: roll Date: Sun, 28 Feb 2016 19:57:21 +0300 Subject: [PATCH] added dotenv to python gitignore --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index cf332868..9a4bb620 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -68,3 +68,5 @@ target/ # pyenv .python-version +# dotenv +.env