diff --git a/.gitignore b/.gitignore index 5bf9fda..acd0974 100644 --- a/.gitignore +++ b/.gitignore @@ -159,4 +159,7 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -.ipynb_checkpoints/ \ No newline at end of file +.ipynb_checkpoints/ + +# macOS +.DS_Store