-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
131 lines (105 loc) · 1.64 KB
/
.gitignore
File metadata and controls
131 lines (105 loc) · 1.64 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
# Python
**pycache**/
\*.py\[cod\]
\*$py.class
\*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
\*.egg-info/
.installed.cfg
\*.egg
# Virtual environments
.venv/
venv/
ENV/
env/
.env
*.env.local
# IDEs
.vscode/
.idea/
.claude/
\*.swp
\*.swo
\*~
# Testing
.pytest\_cache/
.coverage
htmlcov/
.tox/
# Eval test result directories (created by test runs)
# Keep actual evaluation results (answer_motherduck_*) but ignore test directories
eval/results/minimal/
eval/results/setup_only/
eval/results/full_featured/
eval/results/conversational_*/
eval/results/prompt_only/
eval/results/with_assertions/
eval/results/with_project/
eval/results/test*/
eval/results/full_test/
eval/results/questions_no_judge/
# Kurt specific
.kurt/
\*.sqlite
\*.db
kurt.config
# OS
.DS\_Store
Thumbs.db
**key.json
key.jsonkurt-training/
# Node
node\_modules/
npm-debug.log\*
yarn-debug.log\*
yarn-error.log\*
# Demo directories
kurt-demo/
kurt-demo2/
# Agent workflow definitions (user-specific, root directory only)
/workflows/
# Reports (local demo reports)
reports/
# Specs (local workflow specs)
specs/
claude-webview-poc/
.vercel
test.db
# BD (Beads) workflow tool
.beads/
# NTM runtime data (logs, pids)
.ntm/
vscode-source/**
# Temporary/test files
perm-test.txt
reverse_vscode.md
excalidraw.log
content/
.dolt/noms/
# Project-specific files (not code)
.dolt/
.doltcfg/
/config.yaml
kurt.toml
sources/
test-feature/
# bv (beads viewer) local config and caches
.bv/
kurt-core-45f/
# bd worktree
kurt-core-1uhd/
# Agent evidence (not committed to git)
.agent-evidence/
.evidence/