Browse Source
[IMP] Update Gitignore to new template
pull/502/head
Dave Lasley
7 years ago
No known key found for this signature in database
GPG Key ID: 7DDBA4BA81B934CF
1 changed files with
14 additions and
10 deletions
-
.gitignore
|
@ -1,11 +1,3 @@ |
|
|
# buildout |
|
|
|
|
|
tools/.* |
|
|
|
|
|
tools/bin |
|
|
|
|
|
tools/develop-eggs |
|
|
|
|
|
tools/eggs |
|
|
|
|
|
tools/etc |
|
|
|
|
|
tools/parts |
|
|
|
|
|
|
|
|
|
|
|
# Byte-compiled / optimized / DLL files |
|
|
# Byte-compiled / optimized / DLL files |
|
|
__pycache__/ |
|
|
__pycache__/ |
|
|
*.py[cod] |
|
|
*.py[cod] |
|
@ -14,6 +6,8 @@ __pycache__/ |
|
|
*.so |
|
|
*.so |
|
|
|
|
|
|
|
|
# Distribution / packaging |
|
|
# Distribution / packaging |
|
|
|
|
|
.Python |
|
|
|
|
|
env/ |
|
|
bin/ |
|
|
bin/ |
|
|
build/ |
|
|
build/ |
|
|
develop-eggs/ |
|
|
develop-eggs/ |
|
@ -33,6 +27,7 @@ pip-log.txt |
|
|
pip-delete-this-directory.txt |
|
|
pip-delete-this-directory.txt |
|
|
|
|
|
|
|
|
# Unit test / coverage reports |
|
|
# Unit test / coverage reports |
|
|
|
|
|
htmlcov/ |
|
|
.tox/ |
|
|
.tox/ |
|
|
.coverage |
|
|
.coverage |
|
|
.cache |
|
|
.cache |
|
@ -45,11 +40,20 @@ coverage.xml |
|
|
# Pycharm |
|
|
# Pycharm |
|
|
.idea |
|
|
.idea |
|
|
|
|
|
|
|
|
# Project |
|
|
|
|
|
|
|
|
# Mr Developer |
|
|
|
|
|
.mr.developer.cfg |
|
|
.project |
|
|
.project |
|
|
.pydevproject |
|
|
.pydevproject |
|
|
.settings/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Rope |
|
|
|
|
|
.ropeproject |
|
|
|
|
|
|
|
|
|
|
|
# Sphinx documentation |
|
|
|
|
|
docs/_build/ |
|
|
|
|
|
|
|
|
# Backup files |
|
|
# Backup files |
|
|
*~ |
|
|
*~ |
|
|
*.swp |
|
|
*.swp |
|
|
|
|
|
|
|
|
|
|
|
# OSX Files |
|
|
|
|
|
*.DS_Store |