迁移 Claude/Codex/Cursor 开发环境与追溯资产

Co-Authored-By: OpenAI Codex <codex@openai.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Neo
2026-05-02 03:11:39 +08:00
parent d269ee6401
commit 81e41730ec
33 changed files with 3734 additions and 34 deletions

20
.gitignore vendored
View File

@@ -32,18 +32,18 @@ scripts/logs/
# ===== 环境配置(保留模板) =====
.env
.env.local
!.env.template
.env
.env.local
!.env.template
# ===== Node =====
node_modules/
# ===== Python 虚拟环境 =====
.venv/
venv/
ENV/
env/
.venv/
venv/
ENV/
env/
# ===== Python 构建产物 =====
.Python
@@ -86,6 +86,12 @@ infra/**/*.secret
# ===== Claude Code 本地配置 =====
.claude/settings.local.json
# ===== AI 历史会话归档(个人本地,不入库) =====
docs/ai-env-history/sessions/
docs/ai-env-history/conversation_index.csv
docs/ai-env-history/file_impact_index.csv
docs/claude-history/
# ===== Windows 杂项 =====
*.lnk
.Deleted/