diff --git a/.gitignore b/.gitignore index 1558b2c..3d9eaf3 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,8 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# Ignore more logs +*.err + +# Ignore image files created by notebooks +*.png