-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (49 loc) · 793 Bytes
/
Copy path.gitignore
File metadata and controls
62 lines (49 loc) · 793 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
# Rust
/target/
# Build artifacts
*.o
*.so
*.dylib
*.rlib
*.d
# IDE
.idea/
.vscode/
*.swp
*.swo
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Environment
.env
.env.local
.env.*.local
# Logs
*.log
.nightcrow/
# Test artifacts
/tmp/
# omc runtime state (not source)
.omc/
.codex
.codex/
.claude/state/
# Added by cargo
/target
.claude/scheduled_tasks.lock
# Frontend: source and build output are tracked, dependencies are not.
/viewer-ui/node_modules/
# Vitest run from the repo root drops a cache here
/node_modules/
/viewer-ui/tsconfig.tsbuildinfo
# Agent tool scratch state
/.atl/
/.worktrees/
# Checkout-local agent instructions
/AGENTS.local.md
/CLAUDE.local.md
# Internal-only notes: not part of the published documentation.
/docs/internal/
# opencode runtime state
.opencode/