init commit

This commit is contained in:
YuanHui
2025-12-25 20:53:30 +08:00
commit 974ca695d4
7 changed files with 207 additions and 0 deletions

13
.gitignore vendored Normal file
View File

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