-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path.gitignore
More file actions
158 lines (134 loc) · 2.91 KB
/
Copy path.gitignore
File metadata and controls
158 lines (134 loc) · 2.91 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
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/
# IDE
.vscode/
.idea/
# OS
.DS_Store
# Project
site/
site-docs/
.plan-*.md
.report-*.md
.env
demo/.env
tmp/
# Coverage
.coverage
coverage.xml
htmlcov/
# Tool caches
.pytest_cache/
.pytest_tmp/
.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
AGENTS.md
CLA.md
CLAUDE.md
mkdocs.yml
uv.lock
/plan.md
/*.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/company-management.md
!docs/features.md
!docs/features.ja.md
!docs/gpu-operations.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/zoom-rtms-setup.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/results/
benchmarks/locomo/results/
tests/performance/BENCHMARK_RESULTS.md
# Local LoCoMo smoke/orchestration outputs
/.locomo_*
/LOCOMO_SMOKE_STATUS.md
/scripts/.locomo_*
# Local runtime memory accidentally created in repo root
/knowledge/
# SWE-bench evaluation
swe/runtime/
swe/results/
# Temp output
.cmd_output/
# Local Codex app metadata
.codex/
.claude/worktrees/
vendor/
# FE vendoredライブラリは追跡する(~/vendor/クローン用ignoreの例外)
!server/static/vendor/