-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy path.gitignore
More file actions
183 lines (150 loc) · 3.42 KB
/
.gitignore
File metadata and controls
183 lines (150 loc) · 3.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
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
build
.reference/
*.pdf
target
.DS_Store
.tmp/
expo/.tmp
spacetime_local_storage/
spacetime/.env.local
spacetime/_generated/
.env.local
local_backend
node_modules
dist
expo/web-dev/
expo/web-dist/
*.tgz
/src-tauri/
packages/tricoder/tmp.ts
docs/logs/codex
.maestro/
# Codex Code local configuration
settings.local.json
.codex/settings.local.json
AGENTS.local.md
# Environment files (ignore all .env permutations)
.env
.env.*
.env*.local
*.env
*.env.*
!**/.env*.example
!docs/ci/panic-surface-baseline.env
!docs/ci/allow-attribute-baseline.env
!docs/ci/architecture-budget-baseline.env
# Ignore ts-rs generated types (Phase 2); CI/codegen will manage these
packages/tricoder/src/types/generated/
# Ignore mistakenly-generated path from older export_to setting
crates/packages/
private
# Model files (GGUF, safetensors, etc.) - never commit large model weights
*.gguf
!crates/ml/tests/fixtures/llama2c-260k.gguf
*.safetensors
*.bin
models/
crates/ml/models/
*.tsbuildinfo
crates/ml/tests/fixtures/tokenizer.json
crates/opencode-sdk/openapi.json
# Beads local artifacts
.beads/bd.sock
.beads/daemon.*
.beads/beads.db
.beads/beads.db-*
.beads/.exclusive-lock
.git/beads-worktrees/
.worktrees/
docs/scratchpad/
docs/autopilot/testing/reports/
apps/openagents.com/deploy/reports/
apps/openagents.com/storage/app/staging-dual-run/
apps/openagents.com/storage/app/production-route-flip/
apps/openagents.com/storage/app/legacy-serving-retirement/
apps/openagents.com/storage/app/non-http-parity-harness/
apps/openagents.com/storage/app/auth-session-edge-cases/
apps/openagents.com/storage/app/webhook-parity-harness/
apps/openagents.com/storage/app/static-asset-sw-parity-harness/
apps/openagents.com/storage/app/async-lane-parity-harness/
apps/openagents.com/storage/app/mixed-version-deploy-safety/
apps/openagents.com/storage/app/rust-only-terminal-gate/
*.log
!docs/logs/runs/*.log
*bead-run.md
*task-run.md
logs/*.log
runlog-test-*/
tasks-cli-*/
# Autopilot session logs (trajectory files)
docs/logs/**/*.rlog
docs/logs/**/*.jsonl
docs/logs/**/*.json
# Agent runtime files
.openagents/
apps/autopilot-desktop/tmp/
# Playwright test artifacts
playwright-report/
test-results/
results
output/
# Voltage node TLS cert + node.json (from docs/lightning/scripts/voltage-api-fetch.sh)
output/voltage-node/
docs/local/
.osgrep
coverage/
# Foundation Models bridge
bin/foundation-bridge
swift/foundation-bridge/.build/
openagents
!proto/openagents/
!proto/openagents/**
openagents.d
.hillclimber-workspaces/
# Test generation benchmark outputs (local only)
logs/test-gen-*.json
# GPUI example assets (large gifs from Zed)
crates/gpui/examples/**/*.gif
*.db
*.db.bak
*.db-shm
*.db-wal
*.db.corrupt*
# Python
__pycache__/
*.pyc
.venv311/
# Local harness artifacts
artifacts/
# Test artifacts
regex.txt
test_regex.py
# Profiling outputs
flamegraph.svg
flamegraph-*.svg
perf.data
perf.data.old
docs/profiles/*.svg
docs/profiles/*.gz
docs/profiles/heaptrack-*
# Rogue autopilot databases in subdirectories
crates/*/autopilot.db
crates/*/*/autopilot.db
# Snapshot testing - DO track snapshots
!**/snapshots/
# Proptest regression files (generated during property-based testing)
proptest-regressions/
**/proptest-regressions/
# Machine-specific MCP config
.mcp.json
*.snap.new
docker/autopilot/bin/
.wrangler/
*.txt
.runtime-data/
# Native object artifacts (can be huge; never commit)
*.o
*.rcgu.o
# Xcode user-specific state (per-developer; do not version)
**/xcuserdata/
*.xcuserstate