diff --git a/.gitignore b/.gitignore index 6623a76..170eb9a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __pycache__/ *.py[cod] venv/ .cache/ +.pytest_cache/ build/ dist/