diff --git a/.gitignore b/.gitignore index 2b7827c..8105071 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ # Ignore python cache __pycache__/ +# Ignore pytest cache +.pytest_cache + # virtualenv env/ venv/