Files
CompanionGuard-RL/.gitignore
zhangsiyuan d557c6b0c6 refactor: slim code/ to pure code; consolidate experiments/ and docs
- Remove code/experiments/ → merge all eval JSONs into root experiments/
- Move code/exp.md, code/change.md → project root
- Delete code/2026-05-09-研究框架.md (duplicate of docs/)
- Update .gitignore: experiments/*.log (was code/experiments/*.log)
- Update code/CLAUDE.md: fix all affected paths

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 08:31:17 +08:00

48 lines
594 B
Plaintext

# === 数据集(体积过大)===
data/
code/data/
# === 模型权重 ===
code/checkpoints/
**/*.pt
**/*.bin
**/*.safetensors
**/*.h5
# === Python ===
**/__pycache__/
**/*.py[cod]
**/*.egg-info/
**/.pytest_cache/
# === 虚拟环境 ===
**/.venv*/
**/venv/
**/env/
# === 历史压缩包 ===
tmp/archives/
sync_v*.tar.gz
sync_v*.zip
# === 大型实验日志 ===
experiments/*.log
# === 旧方向归档 ===
旧方向信息/
# === 工具配置(用户本地)===
.claude/
.playwright-mcp/
# === OS / 编辑器 ===
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
# === 密钥 ===
.env
*.env