chore: add .gitignore and remove cached bytecode

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-21 15:00:01 +08:00
parent 910be27cc4
commit f0ea821d49
3 changed files with 6 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/