This commit is contained in:
dela
2026-01-08 23:07:12 +08:00
commit 7eaae93c4f
8 changed files with 537 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv