diff --git a/.gitignore b/.gitignore index 5f1338f232..504361b225 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ MANIFEST dist/ docs/_build/ docs/locale/ +node_modules/ tests/coverage_html/ tests/.coverage build/ +tests/report/ diff --git a/.hgignore b/.hgignore index fc6cc0d138..8c900d573a 100644 --- a/.hgignore +++ b/.hgignore @@ -4,6 +4,12 @@ syntax:glob *.pot *.py[co] __pycache__ +MANIFEST +dist/ docs/_build/ +docs/locale/ +node_modules/ tests/coverage_html/ tests/.coverage +build/ +tests/report/