diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | .hgignore | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 2d028c7287..b01f79a49c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ *.egg-info *.pot *.py[co] +__pycache__ MANIFEST dist/ docs/_build/ tests/coverage_html/ -tests/.coverage
\ No newline at end of file +tests/.coverage @@ -3,6 +3,7 @@ syntax:glob *.egg-info *.pot *.py[co] +__pycache__ docs/_build/ tests/coverage_html/ -tests/.coverage
\ No newline at end of file +tests/.coverage |
