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

This commit is contained in:
yumoqing 2026-08-03 10:56:52 +08:00
parent 278e0c4549
commit d0d3e1b24c

1
.gitignore vendored
View File

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