Skip to content

Instantly share code, notes, and snippets.

@Bolt64
Created January 30, 2014 17:36
Show Gist options
  • Save Bolt64/8714141 to your computer and use it in GitHub Desktop.
Save Bolt64/8714141 to your computer and use it in GitHub Desktop.
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/
#Other stuff
*~
#Vim swap files
*.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment