-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (46 loc) · 749 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (46 loc) · 749 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
# Build (workspace root + nested plugin/example crates)
target
target/
**/target/
coverage/
doc/
# Nix
/result*
.direnv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Agent / editor state
.pi/
.pirs/
# Runtime
*.redb
*.sock
data/
# Markdown (except project docs and READMEs)
*.md
!README.md
!**/README.md
!CHANGES.md
!AGENTS.md
!CLAUDE.md
!TODO.md
!CONTRIBUTING.md
!cairn/**/*.md
!docs/**/*.md
!scripts/fixtures/**/*.md
!bench/results/*.md
# TUI test captures (generated PNG screenshots, ANSI files)
tests/tui/captures/
# Scratch / generated test files
*.rlib
.pirs/exports
.clankers/exports
# WASM build artifacts (built via build.sh or cargo build --target wasm32-unknown-unknown)
*.wasm
# Embedded repos (worktree artifacts)
diff/
/session/
*.wav