Created
August 11, 2014 18:08
-
-
Save shackra/797a68835ebd5fedbbb5 to your computer and use it in GitHub Desktop.
.hgignore python template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax: glob | |
.gitignore | |
node_modules | |
.c9revisions | |
.DS_Store | |
Thumbs.db | |
*.pyc | |
*.pyo | |
*.pyd | |
# C extensions | |
*.so | |
# Packages | |
*.egg | |
*.egg-info | |
dist | |
build | |
eggs | |
parts | |
bin | |
var | |
sdist | |
develop-eggs | |
.installed.cfg | |
lib | |
lib64 | |
include | |
man | |
__pycache__ | |
# Installer logs | |
pip-log.txt | |
# Unit test / coverage reports | |
.coverage | |
.tox | |
nosetests.xml | |
# Translations | |
*.mo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment