Files
2026-07-13 12:29:17 +08:00

62 lines
1019 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# macOS / iCloud
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
# Claude Code per-user config (含本地路径 / 个人 permission grants)
# 整个 .claude/ 目录在源码 repo 里都是本地状态——hooks/settings 的项目级配置走用户自己的 content project 不走这里
.claude/
# Python (whisper adapter / score-curve.py 跑过留下的)
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.python-version
# Secrets / environment
.env
.env.*
# SQLite databases
*.sqlite
*.sqlite3
# 用户项目数据(万一开发者在 cheat-on-content 源码目录里跑了 cheat-init
# 这些文件应该在用户自己的 content project 里,不该污染源码 repo
.cheat-state.json
.cheat-cache/
.cheat-hooks/
.cheat-secrets.json
predictions/
videos/
scripts/
samples/
candidates.md
rubric_notes.md
script_patterns.md
benchmark.md
STATUS.md
WORKFLOW.md
content.db
# adapter 跑过留下的
.auth/
.auth-xhs/
.auth-linkedin/
.debug/
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 临时文件
*.tmp
*.log