Skip to content

Instantly share code, notes, and snippets.

@john-g-g
Created October 24, 2014 19:47
Show Gist options
  • Save john-g-g/9b2dcb9473a85f6f13bc to your computer and use it in GitHub Desktop.
Save john-g-g/9b2dcb9473a85f6f13bc to your computer and use it in GitHub Desktop.
python-gitignore
.vim/.netrwhist
# OS X
.DS_Store
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Sqlite / Log
*.log
*.sql
*.sqlite
# Packages
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
# Python
*.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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment