基础项目文件

包含 Pycharm 项目配置)
This commit is contained in:
2026-04-21 13:35:35 +08:00
commit 0760e51fb8
14 changed files with 1761 additions and 0 deletions

12
.gitignore vendored Normal file
View File

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