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

This commit is contained in:
yumoqing 2026-08-03 10:56:51 +08:00
parent c5bed1d5a1
commit 51e4a70a82

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
__pycache__/
build/
*.egg-info/