-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
85 lines (76 loc) · 1.42 KB
/
.gitignore
File metadata and controls
85 lines (76 loc) · 1.42 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
node_modules
/dist
.env
.env.local
.DS_Store
legacy/
*.log
.mcp.json
.playwright-mcp/
supabase/.temp/
# Non-site files (experiments, docs, scripts)
*.pdf
*.py
!agent/*.py
*.sh
!packages/kbot/install.sh
memory/
test_write.txt
test-swarm.mjs
supabase-schema.sql
nim_script.py
auto_trader.py
trade.sh
DISCORD_SETUP.md
EVALUATION_ENGINE.md
INVESTOR_SUMMARY.md
PROJECT_OVERVIEW.md
RESEARCH.md
ROADMAP_PLAN.md
# Untracked engine experiments
src/engine/AI*.ts
src/engine/AI*.py
src/engine/Alpaca*.ts
src/engine/Automated*.py
src/engine/Autonomous*.py
src/engine/Bounty*.py
src/engine/Capital*.ts
src/engine/Crypto*.ts
src/engine/Discord*.py
src/engine/DualCapital*.py
src/engine/DualCapital*.ts
src/engine/FirstDollar.ts
src/engine/LLM*.ts
src/engine/Learning*.ts
src/engine/LocalLLM.ts
src/engine/Simulated*.ts
src/engine/Trading*.ts
src/engine/WebSearch.ts
src/engine/Zero*.ts
src/engine/Zero*.py
src/engine/test_eval.ts
# Local dev/debug scripts
tools/test-*.ts
tools/check-site.ts
# Cryptographic key files
*.pem
*.key
# Claude Code session logs (may contain API keys)
.claude/prompt-log.txt
.claude/session-log.txt
# Dev journal (generated by kernel_journal MCP tool)
.journal/
# Test screenshots & artifacts (root-level)
/*.png
playwright-report/
test-results/
test-upload.txt
# Capacitor native projects (generated, not tracked)
ios/
android/
# Session/handover docs
claude_code_handover.md
CREATIVE-BRIEF.md
KERNEL_RESEARCH.md
.kbot.json
.kbot/