init repo

This commit is contained in:
Sun-ZhenXing
2025-06-11 11:21:12 +08:00
commit e1b112f401
14 changed files with 840 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