From 02e6d4edd559ad2d738ea4f8994ff5a52bf593bd Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Wed, 11 Oct 2017 11:34:07 -0400 Subject: [PATCH] Ignore virtualenv and pyenv files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d16c81a9..9e100761 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # root level directories dist/* build/* +env/* # global file patterns *.log @@ -12,4 +13,5 @@ build/* .coverage .tox/* tests/htmlcov/* -.DS_Store \ No newline at end of file +.DS_Store +.python-version