-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.jjignore
More file actions
69 lines (58 loc) · 872 Bytes
/
.jjignore
File metadata and controls
69 lines (58 loc) · 872 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
# Build artifacts
target/
target/test-artifacts/
build/
*.smf
*.o
*.a
*.so
*.dylib
*.dll
# IDE
.vscode/
.idea/
*.swp
*.swo
# Logs
log/
*.log
*.log.*
.simple/
.playwright-mcp/
artifacts/*.png
artifacts/*.jpg
artifacts/*.jpeg
# Seed bootstrap artifacts
src/compiler_rust/target/
bin/bootstrap/
bin/simple_mac
bin/simple_stage3
bin/simple
bin/release/
build/
.DS_Store
**/.DS_Store
# VS Code extension testing / downloaded Electron
**/.vscode-test/
**/node_modules/
*.vsix
# Tauri artifacts
tools/tauri-shell/src-tauri/target/
# Coverage
*.profraw
*.profdata
# Temporary
tmp/
temp/
# Claude Code worktrees
.claude/worktrees/
doc/report/
# Test database volatile data
doc/test/test_db_runs.sdn
doc/test/test_db.sdn.lock
**/test_db.sdn.backup
# Scheduled task lock
.claude/scheduled_tasks.lock
# example
example/medgemma_korean/data/
example/medgemma_korean/models/