diff --git a/.gitignore b/.gitignore index fc4f0c3..e13a1ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ -MANIFEST -/dist/ -/htmlcov/ .coverage -/bin/ -/.vscode/settings.json +/.pytest_cache/ /.vscode/.ropeproject/objectdb +/.vscode/settings.json +/bin/ /build/ -/.pytest_cache/ +/dist/ +/doc/_build/ +/htmlcov/ +MANIFEST