From 3f0fcf8adf2449a9e0a3273a9e6d22b3cedcabba Mon Sep 17 00:00:00 2001 From: Sheng-Yan Date: Mon, 30 Jun 2025 17:29:15 +0800 Subject: [PATCH] chore:.DS_store should be ignored by git --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c5d2607..f5cce9b 100644 --- a/.gitignore +++ b/.gitignore @@ -167,3 +167,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ trades/trades.log +# Mac OS X +.DS_Store \ No newline at end of file