project init.

This commit is contained in:
2026-02-03 22:48:22 +08:00
commit bf730377eb
14 changed files with 3141 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
.vscode/
__pycache__/
*.pyc
*.pyo
*.pyd
.env
.venv
venv/
*.log
.DS_Store