diff --git a/.gitignore b/.gitignore index 5085a4c71728c5a6683f081738f5fa8cd100b83e..b10936f50cfe335ea295d87fde8649484c1e1ce8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ __pycache__ # ignore all files in the static folder except the default folder app/static/* !app/static/default/ -!app/static/front_end_img/ \ No newline at end of file +!app/static/front_end_img/ + +.pytest_cache \ No newline at end of file