-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path.gitignore
More file actions
128 lines (118 loc) · 2.73 KB
/
Copy path.gitignore
File metadata and controls
128 lines (118 loc) · 2.73 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
*.tmp-*
*.log
# Local agent scratch — per-machine memory store and ad-hoc planning notes.
.claude/projects/
PERSONAL_ACCOUNT_*
.otel-capture/
mise.local.toml
pitchfork.local.toml
mise.*.local.toml
client/dashboard/vite.config.local.ts
client/dashboard/src/dev/slot.local.tsx
flags.local.csv
*.tsbuildinfo
.eslintcache
node_modules
bin
junit-report.xml
rerun-report.txt
report.md
.mise-tasks/local
.assets
.vscode/*
.zed/*
!.vscode/extensions.json
*.code-workspace
.idea
.run
/posting
/gram.posting.yaml
/posting.env
/client/dashboard/src/sdk/docs
/server/goa*
/dev-idp/goa*
/server/gram
/risk-pi-report
/server/risk_accuracy_metrics.json
# Goa generates OpenAPI specs with non-deterministic examples. Nothing consumes them.
# openapi3.json is a single-line duplicate of openapi3.yaml; everything reads the yaml.
/server/gen/http/openapi.yaml
/server/gen/http/openapi.json
/server/gen/http/openapi3.json
/dev-idp/gen/http/openapi.json
/dev-idp/gen/http/openapi.yaml
/dev-idp/gen/http/openapi3.json
/dev-idp/gen/http/openapi3.yaml
scratch/
/local/cache
/local/lgtm
/local/ssl
/local/keys
/local/functions
/local/devidp
/agents/runner/target
/agents/runtime-artifacts
.speakeasy/temp
/app_getgram_ai.env
mprocs.log
.madprocs.port
melange.log
__debug_bin*
go.work
go.work.sum
.DS_Store
.terraform/
*.tfstate
*.tfstate.*
.terraform.tfstate.lock.info
gram.code-workspace
.local.env.json
/server/cmd/local
/server/custom-gcl
/local/cmd
dist/
**/.claude/settings.local.json
**/.claude/.gram-install-prompted
cover.*
*gram.deploy.json
.tmp-melange/
poetry-installer-error-*.log
package-lock.json
/examples/*/pnpm-lock.yaml
.worktrees
.claude/worktrees/
.granary/
.claude/hooks/*
**/.claude/scheduled_tasks.lock
flagged-chats.jsonl
.superpowers/
# Stray riskjudgebench build/output artifacts (compiled binary + bench result dumps)
/server/riskjudgebench
# Stray skillsuggestbench binary from `go build ./cmd/skillsuggestbench` without -o
/server/skillsuggestbench
/results.json
/finalists.json
### Python ###
__pycache__/
*.py[cod]
*$py.class
.uv-cache
.playwright-mcp
.playwright-cli
# Traces, videos and screenshots from the e2e suite (mise run test:wake-stack)
e2e/.playwright
# Riptide artifacts (cloud-synced)
.humanlayer/tasks/
# Local kubernetes manifests (developer scratch)
.local-k8s/
# Personal impeccable ignores (.impeccable/config.json is shared and committed)
.impeccable/config.local.json
# Storybook build output
storybook-static/
# Stray browser-automation screenshots at repo root (agents must use .playwright-cli/)
/*.png
# Removed orphaned Speakeasy build output (#4947); the SDK generates into
# client/dashboard/src/sdk — nothing may reappear here.
/client/sdk/
# Compiled one-off backfill binary; build with `go build ./cmd/workos-backfill`.
/server/workos-backfill