From: roll Date: Sun, 28 Feb 2016 16:57:21 +0000 (+0300) Subject: added dotenv to python gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b37d30f19455382cb18fa0d32745686ece52a704;p=gitignore.git added dotenv to python gitignore --- 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