Created
August 6, 2015 07:43
-
-
Save Ivlyth/22f053a0e208b602b41e to your computer and use it in GitHub Desktop.
gitignore file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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