包含 Persona 锚定聚类、LLM 报告生成、方法论文档及 .gitignore 更新,便于在 Gitee 独立部署。 Co-authored-by: Cursor <cursoragent@cursor.com>
45 lines
787 B
Text
45 lines
787 B
Text
# macOS
|
||
.DS_Store
|
||
|
||
# Cursor / IDE 本地历史
|
||
.history/
|
||
|
||
# Python
|
||
310py/
|
||
.venv/
|
||
venv/
|
||
__pycache__/
|
||
*.py[cod]
|
||
*.egg-info/
|
||
.pytest_cache/
|
||
.mypy_cache/
|
||
|
||
# 密钥(勿提交)
|
||
.dashscope_key
|
||
.deepseek_key
|
||
.env
|
||
.env.*
|
||
|
||
# 本地模型权重(体积过大,不纳入版本库)
|
||
Qwen3-Embedding-4B-mxfp8/
|
||
|
||
# 本地数据库
|
||
voc_structured.sqlite
|
||
voc_embeddings.sqlite
|
||
voc_clustering.sqlite
|
||
|
||
# 流水线输出(含 word_freq.csv、报告 HTML 等)
|
||
output/
|
||
|
||
# 样例报告 HTML(可本地重生成)
|
||
bikini-trimmer-voc-v*.html
|
||
voc_业务_2/bikini-trimmer-voc-report.html
|
||
voc_业务_2/.echarts_cache.js
|
||
|
||
# 原始 / 中间 CSV(不纳入版本库)
|
||
*.csv
|
||
|
||
# 常见 --input-dir 原始数据目录(目录名因产品而异,按需追加)
|
||
reviews_export/
|
||
*-voc/
|
||
cat deterrent indoor/
|