From f576bb3c8d58130cd04a4bbd903a50a2cfe0e002 Mon Sep 17 00:00:00 2001 From: Josh Barnes Date: Wed, 16 Mar 2016 00:25:49 +0000 Subject: [PATCH] gitignore more coverage reports and pip things --- .gitignore | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8214569..c5e95d0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,18 +5,40 @@ __pycache__/ *.py[cod] # Unit test / coverage reports -htmlcov/ -.tox/ +htmlcov +.tox .coverage +.coverage.* .cache nosetests.xml coverage.xml # Sphinx documentation -docs/_build/ +docs/_build .idea -#pip install -Python_contrib_nbextensions.egg-info/ -dist/ +# pip install +*.egg +*.egg-info +dist +build +eggs +.eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 +venv*/ +pyvenv*/ +MANIFEST + +# Installer logs +pip-log.txt + +# ipython notebook checkpoints +.ipynb_checkpoints