-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (56 loc) · 1.28 KB
/
Copy path.gitignore
File metadata and controls
62 lines (56 loc) · 1.28 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
60
61
62
.env
.env.*
!.env.example
!backend/.env.example
*.db
*.db-*
*.sqlite
*.sqlite3
*.sqlite-*
*.pkl
*.pickle
*.parquet
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.venv/
.venv_kronos/
node_modules/
dist/
site/
.superpowers/
.playwright-cli/
.codegraph/
*.egg-info/
.DS_Store
.signal_news_cache.json
# Local AI / agent workspace notes, not public project docs
CLAUDE.md
REVIEW-*.md
# Generated research and review reports
docs/reviews/*.md
docs/research/*.md
# 本地战略决策记录(ADR),本地保留、不上传到 GitHub
docs/adr/*.md
# Internal planning drafts already summarized in ROADMAP / CHANGELOG
docs/MEMORY_SYSTEM_PLAN.md
docs/FINANCIAL_SKILLS_ADAPTATION_PLAN.md
docs/dev/MEMORY_SYSTEM_PLAN.md
docs/dev/FINANCIAL_SKILLS_ADAPTATION_PLAN.md
# Local Kronos experiments; upstream checkout/venv are not project artifacts
vendor/kronos/
# 本地纸上交易测试材料,不上传到 GitHub
paper_trading/
PAPER_TRADING*.md
# Live Track: private-by-default. Only reviewed orchestration code and a
# redacted schema example are public; the real universe/state, ledger, logs,
# and generated subsets must never be committed.
live_trading/*
!live_trading/live_funnel.py
!live_trading/live_state.example.json
docs/dev/2026-07-07-live-track-design.md