Add Python build artifacts to .gitignore and remove accidentally committed files

Co-authored-by: myhloli <11393164+myhloli@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-29 04:25:04 +00:00
parent 9ac7d8cbf7
commit fbea43f0e0
8 changed files with 6 additions and 744 deletions

6
.gitignore vendored
View File

@@ -16,6 +16,12 @@ debug/
*.ipynb
.idea
# Python build artifacts
*.egg-info/
build/
dist/
*.egg
# vscode history
.history