Skip to content

Instantly share code, notes, and snippets.

@tecoholic
Created November 22, 2011 20:16
Show Gist options
  • Save tecoholic/1386796 to your computer and use it in GitHub Desktop.
Save tecoholic/1386796 to your computer and use it in GitHub Desktop.
General gitignores for pyhton projects
*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment