添加产品规格文档并优化项目结构

Made-with: Cursor
This commit is contained in:
刘国栋
2026-04-30 18:37:46 +08:00
parent bf2551d529
commit fb309299bf
101 changed files with 9586 additions and 14386 deletions
+15
View File
@@ -13,6 +13,11 @@ env/
venv/
ENV/
.venv
*.egg-info/
dist/
build/
.mypy_cache/
.pytest_cache/
# Streamlit
.streamlit/secrets.toml
@@ -23,6 +28,13 @@ ENV/
*.swp
*.swo
*~
.cursor/
.cursorrules
# Environment
.env
.env.local
.env.*.local
# OS
.DS_Store
@@ -31,5 +43,8 @@ Thumbs.db
# 数据目录(如果使用JSON方式)
data/
# 知识库数据
knowledge_base/
# 本地敏感配置(不要提交到仓库)
config.json