From 07e6bfb7c5041eb3882771aafabc83c9ba86f8eb Mon Sep 17 00:00:00 2001 From: Dave Lasley Date: Sat, 21 Oct 2017 14:16:14 -0700 Subject: [PATCH] [IMP] Update Gitignore to new template --- .gitignore | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 937ad6b40..f7f8a408b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,3 @@ -# buildout -tools/.* -tools/bin -tools/develop-eggs -tools/eggs -tools/etc -tools/parts - # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -14,6 +6,8 @@ __pycache__/ *.so # Distribution / packaging +.Python +env/ bin/ build/ develop-eggs/ @@ -33,6 +27,7 @@ pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports +htmlcov/ .tox/ .coverage .cache @@ -45,11 +40,20 @@ coverage.xml # Pycharm .idea -# Project +# Mr Developer +.mr.developer.cfg .project .pydevproject -.settings/ + +# Rope +.ropeproject + +# Sphinx documentation +docs/_build/ # Backup files *~ *.swp + +# OSX Files +*.DS_Store