From 2ac13e6c639d369f70fb393f67f7a587a8718d29 Mon Sep 17 00:00:00 2001 From: Xiaohang Date: Fri, 22 Aug 2025 11:16:25 +0800 Subject: [PATCH] add gitignore --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 1 + 2 files changed, 1 insertion(+) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index b5c713ad3367af817280ecc04631e8a58ddebc27..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%}N6?5T3C;Ea;))#baKfZ;+Pt3Hks^-LeW>wg`I8lX>&xJ9zUIJp0X$(#55q z2N9WBl5djCOp*^a$q*4Q@0&T%jEE`}K^A31qw+-+1nx8ZC}^xu3y8ZdO3ZbJib0H4%;{1vfth8uO%UL zNH7o#1Ovf9Fz_P=aA%8D$A(b{1HnKr@X3Ij4+%vuI~GGdI#6i}0F-C63UtXO#3wms z$6|;P2%9U=T-j3$Hh1(Vx66*j(A;CC(&V- X9gCqvk$!at#zQ~}i7FWQ1qR*$_sTa5 diff --git a/.gitignore b/.gitignore index 5d381cc..b54dd20 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +.DS_Store