Skip to content

Commit

Permalink
Updates .gitignore for PyCharm development
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-smallshire committed Nov 27, 2012
1 parent 16c2cea commit 8916e42
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8916e42

Please sign in to comment.