diff --git a/.gitignore b/.gitignore index a589552..43e316d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,5 @@ outputs/ *.png *.jpg *.jpeg -**/__pycache__ - -**/.pytest_cache \ No newline at end of file +__pycache__/ +.pytest_cache/ \ No newline at end of file