From 51e4a70a82560570ec58a93e97244da1b86251db Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 3 Aug 2026 10:56:51 +0800 Subject: [PATCH] chore: add build/ and *.egg-info/ to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fe105ba --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +build/ +*.egg-info/