Skip to content

Commit

Permalink
Include essential gitignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Ward authored and psss committed Apr 22, 2015
1 parent 3207582 commit 4afd5fc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
@@ -1,3 +1,26 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Vim swap files
*.sw*

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt

# Rope
.ropeproject/

0 comments on commit 4afd5fc

Please sign in to comment.