chore: add build/ and *.egg-info/ to .gitignore

This commit is contained in:
yumoqing 2026-08-03 10:56:54 +08:00
parent fb613d0f70
commit 9055f5ff6d

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ __pycache__/
*.egg-info/
.DS_Store
py3/
build/