first commit

This commit is contained in:
deng
2026-06-16 15:29:36 +08:00
commit d4d4bb430c
9 changed files with 2755 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