chore(repo): initialize team collaboration repository
CI / Python 3.12 (push) Waiting to run
CI / Python 3.9 (push) Waiting to run

This commit is contained in:
2026-07-27 20:40:12 +08:00
commit c91a64fddb
109 changed files with 21121 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Python
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
*.egg-info/
# Node
node_modules/
.next/
out/
.turbo/
# 本地运行产物(开发态的 SQLite 库、对象存储、日志)
var/
*.db
*.db-journal
*.log
# 环境
.env
.env.local
# macOS
.DS_Store