-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
108 lines (89 loc) · 2.08 KB
/
Copy path.gitignore
File metadata and controls
108 lines (89 loc) · 2.08 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# dependencies (bun install)
node_modules
# output
out
dist
*.tgz
# code coverage
coverage
*.lcov
# logs
logs
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# caches
.eslintcache
.cache
.npm-cache
.package-smoke
npm/*.tgz
npm/LICENSE
*.tsbuildinfo
# IntelliJ based IDEs
.idea
# Finder (MacOS) folder config
.DS_Store
.claude/*
# ...but ship the operator-opt-in subagent profiles we maintain in-repo.
# These load only when GORDON_DYNAMIC_SUBAGENTS=1; the operator gets them
# as a starting catalog instead of having to hand-author from scratch.
!.claude/subagents/
# Local databases
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite-shm
*.sqlite-wal
.superdesign
# Compiled binaries
gordon-linux-*
gordon-darwin-*
gordon-windows-*
gordon-charm
gordon-charm.exe
# Supabase temp
supabase/.temp
# Website repos (separate git repos)
general-liquidity-website
gordon-cli-website
website
gordon-spot-1-main
hanabi-1-main
misc
# Reference repos + AI-session scratch (not part of Gordon source).
# MUST stay anchored with a leading slash — an unanchored `agents/` would
# also match src/infra/agents and silently drop real source from commits.
/agents/
/opensolvency/
/agent-tools/
/mcps/
/terminals/
claude-code-meta/
claude-code-meta-2/
claude-code-best-practice-main/
claude-code-from-source-main/
.history/
# Scratch files (terminal dumps, working notes)
TUI*.txt
.tc-errors-*.txt
# Sibling product directories — pitch docs and marketing sites
docs/pitch/
general-liquidity-web-v2/
general-liquidity-website/
# Competition / market data — keep local (proprietary + large: millions of bar files).
# Anchored with a leading slash (like /agents/ above) so it does NOT also match source
# dirs named data/ (e.g. src/infra/data/) and silently drop real source from commits.
/data/
# Tooling artifacts (external agents) + runtime competition state
.agents/
.codex/
.gordon/
*.corrupt-backup
comp-alerts.log