From 8916e421f94862a7d27a7fe25943147112f5fe3d Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Mon, 26 Nov 2012 08:23:19 +0100 Subject: [PATCH] Updates .gitignore for PyCharm development --- .gitignore | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9a95495e..1c6a204b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,46 @@ MANIFEST -*.pyc *.swp *.swo tmp/ tmp_*.py q.py tags + +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# PyCharm +.idea \ No newline at end of file