-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
93 lines (75 loc) · 1.19 KB
/
.gitignore
File metadata and controls
93 lines (75 loc) · 1.19 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
# Dependencies
node_modules
# Generated
src/version.ts
# Build outputs
dist/
build/
.build/
src-js/
src/**/*.js
c_bridges/*.o
# Generated files
lib/*.js
lib/*.js.map
lib/*.d.ts
lib/*.d.ts.map
# Compiled binaries and LLVM IR
*.ll
*.o
native-compiler2
# Test artifacts at root level
test-*.ts
test-*.sh
!tests/test-discovery.ts
# TypeScript
*.tsbuildinfo
# OS files
.DS_Store
Thumbs.db
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
.claude/*
!.claude/rules.md
# Logs and process output
*.log
nohup.out
npm-debug.log*
.crush
sentinel.log
# Agent state and notes (generated/private)
agent-state/
logs/
AGENT_*.md
CLAUDE.md
LEARNINGS.md
todo.md
# Roadmap (local only)
roadmap/
# LLM rules
.llms/*
!.llms/rules/
.llms/rules/*
!.llms/rules/rules.md
# LLM-generated notes (local only)
llmnotes/
# Accidental/temporary files
vendor/
# Scripts that are local/private
ralph.sh
# Compiled binaries in fixtures and examples (no extension = likely ELF binary)
# Use a shell script or Makefile to build these, don't commit them
examples/hello
examples/cli-parser-demo
examples/he
# VitePress docs build artifacts
docs/.vitepress/dist/
docs/.vitepress/cache/
benchmarks/tools/httpbench
.worktrees/
# Coverage
coverage/