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