forked from rtk-ai/rtk
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
70 lines (58 loc) · 953 Bytes
/
Copy path.gitignore
File metadata and controls
70 lines (58 loc) · 953 Bytes
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
# Build
/target
# Environment & Secrets
.env
.env.*
*.pem
*.key
*.crt
*.p12
credentials.json
secrets.json
*.secret
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.next
# OS
.DS_Store
Thumbs.db
# Test artifacts
*.cast.bak
# Benchmark results (fixture data, not infra)
scripts/benchmark/diff/
scripts/benchmark/rtk/
scripts/benchmark/unix/
benchmark-report.md
# SQLite databases
*.db
*.sqlite
*.sqlite3
rtk_tracking.db
claudedocs
.omc
# Vitals provenance data
.vitals/
.worktrees/
# icm
.fastembed_cache/
# ContextCrawler: personal/AI workspace — never publish
local/
.claude/
.github/
.rtk/
# bench harness output (tests/harness_standalone.rs) — see issue #29
bench/results-*.json
bench/results-*.md
# bench harness output (tests/harness_claude_code.rs) — see #29
bench/claude-code-*.json
bench/claude-code-*.md
# local tool metadata / scratch (not part of the project)
.serena/
.playwright-mcp/
.agy-intent-diff.patch
package-lock.json
.ctxcrl/