diff --git a/.gitignore b/.gitignore index e2a46b9..6fa2aa7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ testproject/coverage.xml testproject/htmlcov/ testproject/rosetta.db testproject/src/ +testproject/.coverage venv_* diff --git a/MANIFEST.in b/MANIFEST.in index 4166b83..b736cbe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,8 @@ recursive-include rosetta/locale * recursive-include rosetta/tests * recursive-include rosetta/templates * prune testproject +prune rosetta/tests/__pycache__ + + + +