-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.gitignore
More file actions
135 lines (114 loc) · 2.42 KB
/
.gitignore
File metadata and controls
135 lines (114 loc) · 2.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
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/
# IDE
.vscode/
.idea/
# OS
.DS_Store
# Project
site/
site-docs/
.env
demo/.env
tmp/
# Coverage
.coverage
htmlcov/
# Tool caches
.pytest_cache/
.ruff_cache/
# Evaluation framework - generated data (excluded from repo)
tests/evaluation/datasets/
tests/evaluation/scenarios/
tests/evaluation/ground_truth/
tests/evaluation/_datasets/
tests/evaluation/_experiment_data/
.cursor/
# ── Private-only (not in public repo) ──────────
# Root files
.cursorrules
CLA.md
CLAUDE.md
mkdocs.yml
uv.lock
plan.md
# Archive (deprecated code)
archive/
# Dev tools (internal debug scripts, top-level only)
/tools/
# Documentation (all ignored, then whitelist specific files)
docs/*
!docs/images/
!docs/paper/
docs/paper/evaluation_results.md
!docs/release/
!docs/README.md
!docs/README.ja.md
!docs/api-reference.md
!docs/api-reference.ja.md
!docs/brain-mapping.md
!docs/brain-mapping.ja.md
!docs/cli-reference.md
!docs/cli-reference.ja.md
!docs/features.md
!docs/features.ja.md
!docs/memory.md
!docs/memory.ja.md
!docs/security.md
!docs/security.ja.md
!docs/slack-socket-mode-setup.md
!docs/slack-socket-mode-setup.ja.md
!docs/spec.md
!docs/spec.ja.md
!docs/vision.md
!docs/vision.ja.md
!docs/specs/
# Experiments
experiments/
# Private-only scripts
scripts/coverage_checker.py
scripts/file_size_checker.py
# scripts/publish.sh # now public (no longer private-only)
scripts/worktree_manager.py
scripts/capture_org_chart.py
scripts/inspect_org_chart.py
scripts/verify_org_chart_v3.py
scripts/verify_org_chart_v4.py
scripts/verify_org_chart_v5.py
scripts/verify_org_chart_final.py
scripts/test_double_handler_hypothesis.py
scripts/test_lucide_hypothesis.py
scripts/browser_console_test.py
scripts/check_chat_input_ui.py
scripts/check_sidebar_screenshot.py
scripts/check_workspace_conv_ui.py
scripts/debug_priming.py
scripts/test_desktop_chat_layout.py
scripts/test_mobile_chat_screenshots.py
scripts/test_mobile_chat_ui.py
scripts/verify_template_placeholders.py
# Skill archives
*.skill
# Private-only static assets
server/static/files/
server/static/finance/
# Private-only test data
tests/evaluation/results/
tests/unit/experiments/
scripts/benchmark/results/
# Benchmark data and results (large/generated)
benchmarks/locomo/data/
benchmarks/locomo/results/
# SWE-bench evaluation
swe/runtime/
swe/results/
# Temp output
.cmd_output/
# Local Codex app metadata
.codex/
.claude/worktrees/