创建工程

This commit is contained in:
2026-06-03 21:53:25 +08:00
parent 5f33329cfd
commit 37199970c9
41 changed files with 5742 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Python
__pycache__/
*.py[cod]
*.pyo
# 虚拟环境
.venv/
venv/
# 测试缓存
.pytest_cache/
# 类型检查缓存
.mypy_cache/
# Linter 缓存
.ruff_cache/
# IDE
.vscode/
.idea/
# 运行时产物
logs/
*.log
# 编辑器临时文件
*.swp
*.swo
*~