From 9055f5ff6d1f5b00ca1b0ee9a0b1f3b747c27ccc Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 3 Aug 2026 10:56:54 +0800 Subject: [PATCH] chore: add build/ and *.egg-info/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6b87b07..de4f6fa 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__/ *.egg-info/ .DS_Store py3/ +build/