Browse Source

[IMP] Update Gitignore to new template

pull/503/head
Dave Lasley 7 years ago
parent
commit
b13dbaa35d
No known key found for this signature in database GPG Key ID: 7DDBA4BA81B934CF
  1. 24
      .gitignore

24
.gitignore

@ -1,11 +1,3 @@
# buildout
tools/.*
tools/bin
tools/develop-eggs
tools/eggs
tools/etc
tools/parts
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@ -14,6 +6,8 @@ __pycache__/
*.so
# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
@ -33,6 +27,7 @@ pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
@ -45,11 +40,20 @@ coverage.xml
# Pycharm
.idea
# Project
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.settings/
# Rope
.ropeproject
# Sphinx documentation
docs/_build/
# Backup files
*~
*.swp
# OSX Files
*.DS_Store
Loading…
Cancel
Save