Skip to content

Instantly share code, notes, and snippets.

@shackra
Created August 11, 2014 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shackra/797a68835ebd5fedbbb5 to your computer and use it in GitHub Desktop.
Save shackra/797a68835ebd5fedbbb5 to your computer and use it in GitHub Desktop.
.hgignore python template
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