-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
87 lines (78 loc) · 2.01 KB
/
Copy path.gitignore
File metadata and controls
87 lines (78 loc) · 2.01 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
.console/*
!.console/task.md
!.console/backlog.md
!.console/guidelines.md
!.console/log.md
!.console/validation/
!.console/validation/**
# P3: OC-local operational config and runtime state (migrated from .context/)
!.console/workers.yaml
# console-reconciliation: worksheet + any local archive staging stay untracked
/.console/reconcile.yaml
/.console/archive/
CLAUDE.md
.custodian/tmp*.yaml
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.env.operations-center.local
config/operations_center.local.yaml
config/plane_task_template.local.md
logs/
deployment/plane/runtime/
deployment/plane/logs/
tools/report/kodo_plane/
tools/report/operations_center/
state/
.review/
.worktrees/
.kodo/
.claude/scheduled_tasks.lock
tools/loop/loop_schedule.json
.operations_center/
.codex
.coverage
coverage.xml
coverage_html_report/
uv.lock
scripts/audit_*.py
scripts/debug_*.py
scripts/tmp_*.py
# Warehouse data (generated artifacts gitignored via .warehouse/yard/*/.gitignore)
.warehouse/yard/
# Operator-private managed-repo bindings. The public repo ships only the
# tracked example template; real bindings (which name specific private
# managed repos) live untracked under config/managed_repos/local/.
config/managed_repos/local/
# (Per ADR 0002 P3, OC's .context/ is removed — cognition is hosted by
# the anchoring manifest. Former scratch-state ignores deleted.)
# Goal-worker scratchpad artifacts — never commit these
STAGE_*.md
STAGE[0-9]*.md
AUDIT*.md
DERIVER_AUDIT*.md
LOOP_START.md
*_COVERAGE_ANALYSIS.md
*_ANALYSIS.md
=*.*/
test_output.log
# Team executor automation artifacts
.team_executor/checkpoint-*.json
# Improve-watcher output artifacts (executor output; never committed)
improve-output.json
# Tooling validation artifacts
.baseline-validation.json
# Flaky test detection metrics and artifacts (local + CI storage)
.flaky-tests/
improve-output.json
# EVAL operator signing key — must NEVER be committed (private answer-key root)
operator_priv.pem
*operator_priv*.pem
eval/**/operator_priv*
build/