[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
|
||||
*.pot
|
||||
*.py[co]
|
||||
__pycache__
|
||||
MANIFEST
|
||||
dist/
|
||||
docs/_build/
|
||||
tests/coverage_html/
|
||||
tests/.coverage
|
||||
tests/.coverage
|
||||
|
|
Loading…
Reference in New Issue