-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy path.gitignore
More file actions
281 lines (241 loc) · 6.29 KB
/
Copy path.gitignore
File metadata and controls
281 lines (241 loc) · 6.29 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
# compiled output
/dist
apps/*/dist
/node_modules
# pnpm's content-addressable store — should live in the global store
# (~/Library/pnpm/store). A local copy here is an orphan from a stray
# `pnpm install --store-dir .pnpm-store`; never commit it. The nested pattern
# covers stores leaked into workspace packages (e.g. apps/web/.pnpm-store via
# the dev container bind-mount).
/.pnpm-store/
**/.pnpm-store/
apps/web/.pnpm-store/
# selfhosted dev VM state (scripts/selfhosted/*.sh)
.kodus-dev/
# direnv config (optional, written by 'yarn selfhosted:setup')
.envrc
# TypeScript compiled files (should NOT be in src/ or packages/)
# These should only exist in dist/ directories
*.d.ts
# ...except hand-written type augmentations, which are source, not build output.
!apps/web/src/types/*.d.ts
*.js.map
# Ignore compiled .js files in src/ and packages/ (they should be in dist/)
# But exclude dist/ directories (those are OK - managed by each package)
src/**/*.js
packages/**/*.js
!src/**/dist/**/*.js
!packages/**/dist/**/*.js
# But keep source .js files (config files, scripts, fixtures, etc.)
!*.config.js
!**/*.config.js
!scripts/**/*.js
!**/scripts/**/*.js
!**/__fixtures__/**/*.js
# Explicit exceptions for root-level source .js files (for clarity)
!tsconfig-paths-bootstrap.js
.env
.env.qa
.env.prod
.env.local
.env.reconciled
.env.bak.*
.env.err.*
.env.work.*
# E2B sandbox secrets
e2b-sandbox/config.json
_*
!apps/web/src/**/_*
!libs/common/email/templates/_*
# Shared test fixtures live in `__test-utils__` dirs — the `_*` rule above would
# ignore them (dir starts with `_`), which silently breaks CI (the files exist
# only on dev disks). Keep them tracked.
!**/__test-utils__/
!**/__test-utils__/**
!scripts/selfhosted/_common.sh
!test/__mocks__/
# Provider-module conformance fixtures are committed artifacts (Phase 3 / D-05):
# recorded doGenerate results the offline gate replays. `_*` above would ignore
# the `__fixtures__` dir, so un-ignore it (its JSON files don't start with `_`).
!libs/llm/providers/__fixtures__/
!libs/llm/providers/__fixtures__/**
# Per-provider recorded fixtures (openai/__fixtures__, anthropic/__fixtures__,
# …) — same committed-artifact rule; the shared pattern above does not reach the
# nested dirs, so un-ignore them explicitly (otherwise `_*` swallows them and CI
# can't load the offline conformance specs).
!libs/llm/providers/**/__fixtures__/
!libs/llm/providers/**/__fixtures__/**
!**/__tests__/
!scripts/selfhosted/_*.sh
# Playwright failure / debug dumps
# Local working copy of the durable e2e history log. The log of record lives
# on the `e2e-history` orphan branch; this is just what history-backfill.sh
# and `run report` read locally.
tests/e2e/history/
tests/e2e/playwright/failure-*.html
tests/e2e/playwright/failure-*.png
tests/e2e/playwright/stripe-*.png
# Mintlify _snippets/ folder (docs/_snippets, mcp-manager/src/.../*) — those
# are real source, not scratch files matched by _*.
!docs/_snippets/
!docs/_snippets/**
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
# Tests
/coverage
/.nyc_output
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.specify/
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Sentry Config File
.sentryclirc
# yarn novo
.yarnrc.yml
.yarn
.cosine
.bmad
.vscode/settings.json
.vscode/launch.json
dev.env
**/workflow-bundle.js
/kmeans_frames
/temp
.kodus-graph-cache.json
.kody/sessions/*
.kody/logs/*
environment.ts
src/ee/configs/environment/environment.ts
certs
.windsurf
.sdk
.yalc
yalc.lock
.env.test
.env.local.tmp
docker-compose.prod-local.yml
# packages
# .packages
.test.json
# Temporary JSON files
MIGRATION-GRPC-TO-HTTP.md
scripts/duplicate-prs
# Custom
test.json
specs
.cursor/rules/bmad/
.specify
.opencode
.build_cache
.opencode
.cursor
# Ignore .claude/ contents by default (settings.local.json etc), but
# allow versioned project-scoped agent runbooks (commands + skills) so
# any dev / LLM agent gets the same trigger surface and steps.
.claude/*
!.claude/commands/
!.claude/commands/**
!.claude/skills/
!.claude/skills/**
.codex
.agents
skills-lock.json
# Eval results
evals/promptfoo/results/
evals/promptfoo-safeguard/results/
scripts/benchmark/results/
scripts/benchmark/node_modules/
scripts/benchmark/*-trace-metrics.json
evals/investigation/evals/
# kodus-flow workspace package build artifacts
packages/kodus-flow/node_modules/
packages/kodus-flow/dist/
# ESLint Cache
.eslintcache
.worktrees
.entire
scripts/pr-creator/accounts.json
scripts/pr-creator/prs.json
scripts/pr-creator/prs-azure.json
scripts/pr-creator/package-lock.json
scripts/pr-creator/node_modules
tests/e2e/playwright/package-lock.json
tests/e2e/playwright/node_modules
.spectral-report.json
docs/openapi.postman_environment.json
docs/openapi.newman.json
docs/openapi.newman.responses.2xx.json
docs/openapi.newman.responses.4xx-5xx.json
# Web (Next.js)
apps/web/.next/
# TypeScript incremental cache
*.tsbuildinfo
apps/web/out/
apps/web/build/
apps/web/coverage/
apps/web/node_modules/
apps/web/.pnp
apps/web/.pnp.js
apps/web/.vercel
apps/web/.env
apps/web/.env*.local
apps/web/next-env.d.ts
apps/web/.idea
apps/web/.project
apps/web/.classpath
apps/web/.c9/
apps/web/*.launch
apps/web/.settings/
apps/web/*.sublime-workspace
apps/web/.vscode
worktrees
scripts/benchmark/runs/*
# Analytics parity harness output (regenerated per run)
parity-report.json
/.env-preview/
# GSD planning workspace (local-only)
.planning/
.secrets/
# Lscreenshots from the SSO E2E demo, etc). Always regenerated.
.tmp/
# Playwright MCP session snapshots (DOM dumps, console logs, screenshots)
.playwright-mcp/
# IDE - Zed
.zed/
opus-diagnosis-ptbr/
scripts/benchmark/node_modules/
# Benchmark recall experiments — analysis outputs + session tooling (regenerated, not product code)
docs-internal/agent-execucao/
scripts/benchmark/process-run.sh
scripts/benchmark/funnel-extract.js
scripts/benchmark/funnel-report.py
scripts/benchmark/langfuse-enrich.py
scripts/benchmark/execucao-detalhada.py
scripts/benchmark/golden-context.py
scripts/benchmark/golden-context.py.bak
evals/kody-rules/prod-rules.json
.grok/settings.json
.tessl
.claude/skills/tlc-spec-driven
# runo: validation evidence downloaded per-run (see .kodus/workspace.yaml)
.kodus/evidence/
runo