Files
thiflow-research/.gitignore
Xiaomai ce0d75aa27 Initial commit: 识流(Thiflow) AI产品技术分析
- 产品概述与定位
- 技术架构分析
- 核心技术详解(视觉模型、Agent、控制层等)
- 竞品对比
- 可复刻实现方案
- 参考资料整理
2026-04-07 13:06:43 +08:00

30 lines
194 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
# Node
node_modules/
.pnp.
.pnp.js
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temp
tmp/
temp/