-
Notifications
You must be signed in to change notification settings - Fork 152
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (75 loc) · 1.58 KB
/
Copy path.gitignore
File metadata and controls
94 lines (75 loc) · 1.58 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
# Dependencies
node_modules/
# E2E test artifacts (generated, not committed)
.e2e-test/
# SmallCode runtime state
.smallcode/cache/
.smallcode/traces/
.smallcode/sessions/
.smallcode/budget_state.json
.smallcode/memory.md
.smallcode/TODO.md
.smallcode/tool_scores.json
# Memory database (user data, not committed)
.memory/
*.db
*.db-shm
*.db-wal
# Code graph (regenerated on index)
.code-graph/
# Build output (generated by marrowc compile)
output/
# Stress test output (generated, large)
.stress-test/
# Python
venv/
__pycache__/
*.pyc
*.pyo
# Compiled binaries (from stress test Rust/Go)
*.exe
*.pdb
*.rmeta
Cargo.lock
# OS
.DS_Store
Thumbs.db
desktop.ini
# IDE
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
# Environment
.env
.env.local
# Test workspaces (generated during dev/testing)
.test-runs/
.test-workspace/
# Benchmark output (generated per run, stored in .smallcode/benchmarks/)
.smallcode/benchmarks/
.smallcode/snapshots/
# MarrowScript source (internal, not shipped)
# All .marrow files are excluded from git by default.
# Use explicit negation patterns to include specific ones.
*.marrow
marrow.toml
# Include specific marrow source files that are part of the shipped package
!marrow/smallcode_cognition.marrow
!marrow/tool_router.marrow
!marrow/bounded_loops.marrow
!marrow/contract.marrow
!marrow/features_1_6.marrow
!marrow/quality_monitor.marrow
!marrow/read_guard.marrow
# Kiro IDE (agent workspace, specs, hooks, and scratch)
.kiro/
.kiro-tmp/
# Tooling / agent scratch state
.qartez/
.compare-modified.json
# Harbor benchmark job output (generated per run, large)
jobs/
bench/harbor/