first commit

This commit is contained in:
gameloader
2025-04-12 16:06:57 +08:00
commit 534919a646
13 changed files with 2065 additions and 0 deletions

11
.gitignore vendored Normal file
View File

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