初始提交:卡若AI 项目(个人本地)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-11 19:17:36 +08:00
commit c4b15ac242
4558 changed files with 2103019 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# 系统与编辑器
.DS_Store
.idea/
.vscode/
*.cursorindexingignore
# Python
.venv/
venv/
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.so
.env
.env.*
*.log
# Node / 前端
node_modules/
.next/
.nuxt/
dist/
*.tsbuildinfo
# 压缩与临时
*.zip
*.tar.gz
Serverruntime/
.cache/