From bdd44bd14335a987975b8519b4572f183ab322d8 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 | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 487c1549b..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,6 +40,20 @@ coverage.xml # Pycharm .idea +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Rope +.ropeproject + +# Sphinx documentation +docs/_build/ + # Backup files *~ *.swp + +# OSX Files +*.DS_Store