Skip to content

Commit

Permalink
Add gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
ardydedase committed Jul 18, 2015
1 parent dd4c0be commit 18403e7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
*.py[cod]

# C extensions
*.so

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

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
venv

0 comments on commit 18403e7

Please sign in to comment.