feat: initialize project

This commit is contained in:
2026-08-18 13:01:45 +08:00
commit 9d0540ae65
6 changed files with 59 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
## ======== VSCode ========
.vscode/
## ======== Python ========
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv