初始提交

This commit is contained in:
2025-11-08 04:23:10 +08:00
commit d42a20d7e4
15 changed files with 837 additions and 0 deletions

12
.gitignore vendored Normal file
View File

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