diff --git a/.gitignore b/.gitignore index 43abc80..e2139d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -./.venv -./logs -./model_cache +.venv/ +logs/ +model_cache/ supervisor.conf -./.idea \ No newline at end of file +.idea/ \ No newline at end of file