From 2a15aa7134978958f314810174e53446a7f4899f Mon Sep 17 00:00:00 2001 From: Zhen Liu Date: Sat, 11 Mar 2023 22:54:02 +0800 Subject: [PATCH] first commit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..a669bda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Mac OS +.DS_Store + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]