This commit is contained in:
zzy
2026-05-07 21:37:06 +08:00
commit 5cbc1d9b76
10 changed files with 1226 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