From 7993d5bb62e3a377741f90f25477d81e6c985a9b Mon Sep 17 00:00:00 2001 From: zhihang Date: Mon, 6 Jan 2025 09:47:56 +0000 Subject: [PATCH] update .gitignore. Signed-off-by: zhihang --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7c9d0f2..0e052ff 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +.DS_Store # PyInstaller # Usually these files are written by a python script from a template -- Gitee