diff --git a/.gitignore b/.gitignore index 7cec78b..62a547f 100644 --- a/.gitignore +++ b/.gitignore @@ -159,4 +159,11 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -dataset/ \ No newline at end of file +# ignore datasets +dataset/ + +# ignore result images +results/ + +# ignore log +log/