-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (48 loc) · 1.54 KB
/
Copy path.gitignore
File metadata and controls
65 lines (48 loc) · 1.54 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
# Run artifacts — generated output, not source code
runs/
# Codex PS reference runner runtime artifacts (runners/codex-ps/ is a read-only reference)
runners/codex-ps/.co-evolution/
runners/codex-ps/evals/reports/
runners/codex-ps/evals/fixtures/tmp/
# Top-level evals/ runtime artifacts (mirrors runners/codex-ps/ gitignore discipline)
evals/reports/
evals/fixtures/tmp/
# Experiment results and inputs — may contain personal data
experiments/*/results/
experiments/*/inputs/
# Prompt refinement working files
experiments/prompt-refinement/
# Temp working directories
tmp-*/
tmp/
.tmp/
# Phase 8 eval cache — gitignored per D-18
.co-evolve-cache/
# v1.3-adaptive router telemetry (append-only JSONL log of routing decisions)
.co-evolve/
# Local project notes (decisions, plans, handoffs)
.notes/
# Local credentials — populate from .env.fill; never commit values
.env.local
# Personal inputs and planning reports — may contain personal data
inputs/
.planning/reports/
# Claude Code user-local settings
.claude/
# Paper build outputs — pipeline is dormant; build/ is populated only when activated
docs/paper/build/
# Simulation scratch dirs left behind by killed test runs
tests/.sim-*/
# MCP npm package build artifacts (v1.4)
mcp/node_modules/
mcp/dist/
mcp/vendor/
# Benchmark suite run outputs and scrubbed-source-path selection log
benchmarks/results/
benchmarks/corpus/selection-log.json
tests/.run-ledger/
# Machine-local operational notes (private paths, spend, secrets workflow)
.planning/local/
# Python bytecode caches
__pycache__/
*.pyc