Skip to content

Commit

Permalink
package: .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
veox committed Apr 27, 2017
1 parent b9ac622 commit ded1e4d
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
*.py[cod]

# C extensions
*.so

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

# More from PyPI packaging
MANIFEST
setup.cfg

# Installer logs
pip-log.txt

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

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

0 comments on commit ded1e4d

Please sign in to comment.