refactor: 清理项目结构,移除冗余文件
- 删除32个根目录中间文件(json/md/py/ps1/js/csv) - 删除docs/目录(内容乱码不可用) - 删除4个一次性工具脚本(find_garden/garden_related/read_all_feishu/read_full_batch) - 删除1个中间版本报告(feishu_summary_report.md) - 移动工作流总结.html到output/downloaded-files/ - 简化.gitignore为通用规则 - 更新README.md反映清理后的结构 清理后根目录仅保留.gitignore和README.md,结构清晰。
This commit is contained in:
+13
-52
@@ -1,68 +1,29 @@
|
||||
# Dependencies
|
||||
# 依赖
|
||||
node_modules/
|
||||
|
||||
# Large media files (videos 186MB+, PPTs 307MB+)
|
||||
# 大文件(视频/PPT/媒体)
|
||||
videos/
|
||||
dc_files/
|
||||
工作流总结-王雨默.html
|
||||
|
||||
# Temp/intermediate files
|
||||
.claude/
|
||||
dingtalk-workspace-temp/
|
||||
full_content_progress.json
|
||||
read_progress.json
|
||||
browser_extracted_docs.json
|
||||
feishu_content.json
|
||||
feishu_docs_content.json
|
||||
feishu_docs_sample.json
|
||||
feishu_links_*.json
|
||||
feishu_summary_*.md
|
||||
access_test.csv
|
||||
docs_index.csv
|
||||
batch_fetch.js
|
||||
package.json
|
||||
package-lock.json
|
||||
test_docs.ps1
|
||||
extract_title.ps1
|
||||
fetch_accessible_docs.ps1
|
||||
generate_summary.ps1
|
||||
# 临时/中间文件
|
||||
*.tmp
|
||||
*.bak
|
||||
*.log
|
||||
|
||||
# Intermediate Python scripts (not needed for reproduction)
|
||||
generate_full_content_report.py
|
||||
generate_full_report.py
|
||||
generate_report.py
|
||||
generate_report_v2.py
|
||||
generate_report_simple.py
|
||||
read_all_docs.py
|
||||
read_batch.py
|
||||
read_feishu_docs.py
|
||||
|
||||
# Intermediate reports
|
||||
analysis_report.md
|
||||
research_analysis.md
|
||||
academic_research_details.md
|
||||
technical_solutions.md
|
||||
summary.md
|
||||
full_content_report.md
|
||||
|
||||
# Raw data dumps (regenerable)
|
||||
# 原始消息数据(可通过脚本重新拉取)
|
||||
data/raw-messages/
|
||||
|
||||
# Duplicate of obsidian_vault (kept in output/)
|
||||
obsidian_vault/
|
||||
|
||||
# Duplicate of dc_html_md (kept in output/)
|
||||
dc_html_md/
|
||||
|
||||
# Python cache
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Env files
|
||||
# 环境变量
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# OS files
|
||||
# 系统文件
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user