Loading .gitignore +7 −0 Original line number Diff line number Diff line *.egg-info *.pot *.py[co] __pycache__ MANIFEST dist/ docs/_build/ docs/locale/ node_modules/ tests/coverage_html/ tests/.coverage build/ tests/report/ .hgignore +8 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,13 @@ syntax:glob *.egg-info *.pot *.py[co] __pycache__ MANIFEST dist/ docs/_build/ docs/locale/ node_modules/ tests/coverage_html/ tests/.coverage build/ tests/report/ Loading
.gitignore +7 −0 Original line number Diff line number Diff line *.egg-info *.pot *.py[co] __pycache__ MANIFEST dist/ docs/_build/ docs/locale/ node_modules/ tests/coverage_html/ tests/.coverage build/ tests/report/
.hgignore +8 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,13 @@ syntax:glob *.egg-info *.pot *.py[co] __pycache__ MANIFEST dist/ docs/_build/ docs/locale/ node_modules/ tests/coverage_html/ tests/.coverage build/ tests/report/