diff --git a/.gitignore b/.gitignore index 0ab4701..ee3f008 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ Thumbs.db # Jupyter .ipynb_checkpoints/ + +# Pytest +.pytest_cache/