From 7c858b6ad98cc4b37b816cbc9147d769b441e67b Mon Sep 17 00:00:00 2001 From: Emily Kellison-Linn <4672118+emilykl@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:57:32 -0500 Subject: [PATCH] add .DS_Store to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a07d58a79a6..7f8615b184c 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,9 @@ build dist plotly.egg-info/ +# macOS utility file +**/.DS_Store + plotly/tests/test_orca/images/*/failed plotly/tests/test_orca/images/*/tmp /plotly-package/plotly/tests/test_core/test_offline/plotly.min.js