diff --git a/.gitignore b/.gitignore index 2e7b2fe..5d7cabe 100644 --- a/.gitignore +++ b/.gitignore @@ -37,15 +37,22 @@ coverage.xml # Sphinx documentation doc/_build/ +.buildinfo # Jupyter Notebook .ipynb_checkpoints +# pytest +.pytest_cache + +.mypy_cache + # projects .spyderproject .spyproject .idea .ropeproject +.vscode *.py~ .DS_Store