-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (47 loc) · 1.24 KB
/
Copy path.gitignore
File metadata and controls
59 lines (47 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.env
chroma.*
.idea
.backups/
# 隐私
cache_data
user_profile.json*
# Python
__pycache__/
*.pyc
*.pyo
.venv/
# Memory (全部隐私 - 含资产/工资/交易历史/agent 决策日志)
# 想了解结构看 docs/memory_layout.md
memory/
# 运行时日志(RotatingFileHandler 自动滚动,不入库)
logs/
# 数据库 (SQLite jobstore + 行情缓存)
db/*.sqlite
db/*.db
db/*.sqlite-journal
db/*.db-shm
db/*.db-wal
# fcntl 文件锁
*.lock
docs/pnl_chart.svg
# verdict review 报告含真实命中率数据,不入库
docs/verdict_accuracy.md
.env.bak.*
# 前端 GUI dist 通过 scripts/sync_gui_dist 拉 invest-gui release,不入 git
static/
# DSPy v2/v3 trainset 大文件(3-4MB),用 scripts/research/build_dspy_trainset_v*.py 重建
experiments/dspy_trainset_v2.json
experiments/dspy_trainset_v2.2.json
experiments/dspy_trainset_v3.json
# AI 工具本地目录(Qwen Code review 等),不入库
.qwen/
docs/path_calibration.md
# okf-frontmatter skill 的可选索引缓存(run.sh index --cache 生成,可重建)
docs/.okf-index.json
experiments/reference/
.grimp_cache/
dist/
docs/outperform_events.jsonl
# oracle_redesign 的 yfinance 日线缓存(可重建)
experiments/oracle_redesign/cache/
experiments/dspy_trainset_v5.jsonl