Prepared gitignore for distribution.

development
Shawn Davis 4 years ago
parent 5f66edfad9
commit b36919d1ec
  1. 3
      .gitignore

3
.gitignore vendored

@ -1,5 +1,6 @@
*.b *.b
*.bak *.bak
*.egg-info
*.pyc *.pyc
*.swp *.swp
.coverage .coverage
@ -8,6 +9,8 @@
.pytest_cache .pytest_cache
__pycache__ __pycache__
_scraps _scraps
build
dist
docs/build docs/build
htmlcov htmlcov
tmp.* tmp.*

Loading…
Cancel
Save