diff --git a/.gitignore b/.gitignore index 5d381cc..30b25ff 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,10 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# IDE +.idea/ + +# log +log/ +logs/ +out/ \ No newline at end of file