-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path.gitignore
More file actions
187 lines (138 loc) · 2.48 KB
/
Copy path.gitignore
File metadata and controls
187 lines (138 loc) · 2.48 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
.history
/.claude/worktrees
.claude/scheduled_tasks.lock
venv
api/__pycache__
*/__pycache__/*
__pycache__
.env
.env.*
api/.env
*/.env
!.env.example
*.pyc
.vercel
.DS_Store
venv/
.venv
.venv/
.venv311/
.VSCodeCounter/
.ruff_cache
.mypy_cache
*.egg-info/
*/logs/
*.log
.idea
debug_logs/
.terraform/
.terraform
*.tfstate
*.tfvars
.terraform.lock.hcl
main.tf
chroma-data/
sticky-notes.snotes
# dependencies
node_modules
node_modules/
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# playwright
**/test-results/
**/playwright-report/
**/.playwright/
**/blob-report/
**/playwright/.cache/
# next.js
.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug`
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
dist/
.VScodeCounter
.idea
.pnpm-store/
.cursor
.hypothesis
.nx/installation
.nx/cache
.nx/workspace-data
.next
out
**/logs
/tmp
.postman
postman/
.agents/plans/
.agents/recording/
.agents/sim/
# whatsapp-web.js
.wwebjs_auth/
.wwebjs_cache/
/config.json
docs/plans/
# metrics_token is tracked as an empty default file (safe for dev).
# Populate it with your actual bearer token for production scraping.
.opencode/plans
.coverage
i18n.cache
.worktrees/
docs/superpowers
superpowers/
bin/dagger
.nx/polygraph
.claude/settings.local.json
~/
# Local prod config (secrets, credentials, etc.) — runbooks should be tracked
ops/*.env
ops/secrets/
ops/**/*.key
ops/**/*.pem
ops/**/*.p12
ops/**/*.pfx
chrome/
# Claude Code / agent session transcripts (top-level, dated)
/20[0-9][0-9]-[0-1][0-9]-[0-3][0-9]-*.txt
.claude/sessions/
skills-lock.json
# JSCPD copy-paste reports
.jscpd-report/
infra/load-testing
# E2B template build staging artifact (transient)
apps/api/scripts/_gaia_system.tar.gz
apps/api/coverage.xml
# Generated by tools/alert-rules/verify.sh and the CI lane — the per-rule
# promtool tests reference this file via `rule_files: [../gaia-rules.yaml]`.
tools/alert-rules/gaia-rules.yaml
# evlog map output (tools/evlog_map)
evlog.map.json
# Redis snapshot — created if a local redis-server is started from the repo root.
dump.rdb
# Per-invocation mutation workdirs (scripts/test/mutation.sh, .mutation-$$) —
# a full app/tests/scripts copy plus mutmut's mutants/ tree, ~3.5k files. Left
# behind only on a crash or MUTMUT_KEEP_WORKDIR=1, and swept into a commit once.
.mutation-*/
mutants/