-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (35 loc) · 946 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (35 loc) · 946 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
# Generated by Cargo
/target/
# Remove this if you want to commit your dependencies' versions
# Cargo.lock
# Backup files
**/*.rs.bk
# Insta snapshot test diffs (only committed .snap files are the source of truth)
*.snap.new
# One-off scratch binaries/scripts at the repo root (e.g. `cargo build` of a
# loose `test_*.rs`). They are dev-time scaffolding, not source — keep them out
# of version control. Anything meant to ship lives under `crates/` instead.
/test
/test_*
/test_width
/test_tui_width
/test.rs
/test_*.rs
# Local chat/session transcript exports — private conversation artifacts, not
# source. Never check these in.
/kimi-export-session_*.md
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Environment variables
.env
*.env
# Local agent scratch state
.neenee/
# Claude Code local settings
.claude/settings.local.json
.claude/worktrees/
# Local cargo config (iris path override to sibling optics checkout)
.cargo/config.toml