Skip to content

Instantly share code, notes, and snippets.

@Ivlyth
Created August 6, 2015 07:43
Show Gist options
  • Save Ivlyth/22f053a0e208b602b41e to your computer and use it in GitHub Desktop.
Save Ivlyth/22f053a0e208b602b41e to your computer and use it in GitHub Desktop.
gitignore file
# Backup files
*.~
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Sphinx documentation
docs/_build/
# pycharm
.idea/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment