diff --git a/.gitignore b/.gitignore index 734c47142..30a0da1fc 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,7 @@ __pycache__/ export* __pycache__/model_tools.cpython-310.pyc __pycache__/web_tools.cpython-310.pyc -logs/ \ No newline at end of file +logs/ +data/ +.pytest_cache/ +tmp/ \ No newline at end of file