forked from adolfousier/opencrabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
88 lines (73 loc) · 1.24 KB
/
Copy path.gitignore
File metadata and controls
88 lines (73 loc) · 1.24 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Rust
/target/
**/*.rs.bk
*.pdb
# Cargo.lock IS committed — this is an application crate, not a library.
# Committed lockfile guarantees reproducible builds across machines and CI,
# and lets `cargo audit` / `--locked` flags work without a generate step.
# Debug files
*.dSYM/
*.pdb
# Configuration and data
opencrab.toml
opencrab.json
opencrab.db
opencrab.db-shm
opencrab.db-wal
*.log
# User data directories
.opencrab/
.opencrabs/
.local/share/opencrab/
.config/opencrab/
/opencrabs
# Environment variables
.env
.env.local
.env.*.local
# Testing
/tests/fixtures/temp/
coverage/
cobertura.xml
*.profraw
*.profdata
# Documentation build
/book/
/target/doc/
# OS
.DS_Store
Thumbs.db
Desktop.ini
# Temporary files
*.tmp
*.temp
*.bak
*.backup
~*
# GitHub workflows (temporarily ignored)
.github/workflows/opencrabs-review.yml
# Release artifacts
/dist/
/releases/
# Claude Code / AI Development Files
.claude/
# Workspace personal files (use docs/reference/templates/ for generic versions)
src/workspace/
# Local
whatsapp-rust/
src/patches/
src/tasks/
tasks/
~/
.opencrabs_*.json
PLAN.md
COST_ESTIMATE.md
src/plans/
*.swp
*.swo
*.backup
commands.md
cc-research.md
examples/
# modum linter local baseline (regenerable; not used by CI)
.modum-baseline.json