From d0d3e1b24c299abb62b2570501872700cce50427 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 3 Aug 2026 10:56:52 +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 b9d262a..2aa80e7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__/ *.pyo *.egg-info/ .DS_Store +build/