[1.5.x] Added __pycache__ to gitignore
Backport of 55b9bff07f
from master
This commit is contained in:
parent
75c0aa43d3
commit
1ef9a296da
|
@ -1,8 +1,9 @@
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.pot
|
*.pot
|
||||||
*.py[co]
|
*.py[co]
|
||||||
|
__pycache__
|
||||||
MANIFEST
|
MANIFEST
|
||||||
dist/
|
dist/
|
||||||
docs/_build/
|
docs/_build/
|
||||||
tests/coverage_html/
|
tests/coverage_html/
|
||||||
tests/.coverage
|
tests/.coverage
|
||||||
|
|
Loading…
Reference in New Issue