-
-
Notifications
You must be signed in to change notification settings - Fork 329
Expand file tree
/
Copy path.gitignore
More file actions
119 lines (101 loc) · 1.92 KB
/
.gitignore
File metadata and controls
119 lines (101 loc) · 1.92 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Rust build artifacts
**/target/
/alt_target/
/target-minimal/
**/*.rs.bk
*.pdb
# Console development subproject (entire directory)
console/
# IDE files
.vscode/
.idea/
.claude/
*.swp
*.swo
# AI Assistant Configuration (developer-specific, not for distribution)
CLAUDE.md
.cursor-instructions
.copilot-instructions.md
.github/copilot-instructions.md
*copilot-instructions*
*claude-instructions*
*ai-instructions*
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Internal development documents (NEVER commit)
docs-internal/
docs/internal/
.github/internal/
# Internal workspace docs (NEVER commit)
.internal/
# Temporary and local-only files
temp_*.txt
temp_*.md
*_temp.md
*_temp.txt
*-LOCAL.md
*-PRIVATE.md
*.local.md
# Copilot instructions (internal only)
.github/copilot-instructions.md
# Local configuration
.env
.env.local
.env.test
# Test artifacts
*.log
*.db
*.db-*
# Package manager artifacts
node_modules/
dist/
build/
# Model files (can be large)
*.gguf
*.ggml
*.safetensors
*.bin
models/
# Development artifacts and testing files
punch_analysis.json
ollama_test_result.txt
rustchain.exe
coverage_run.log
*.ps1
SHOWCASE-SUMMARY.md
# Temporary files and analysis
*.tmp
*.temp
*~
*_analysis.json
*_test_result.txt
AUTO_DISCOVERY_PLAN.md
CURRENT_STATE_ANALYSIS.md
DETAILED_INTEGRATION_PLANS.md
DISCOVERY_IMPLEMENTATION_ROADMAP.md
INTEGRATION_ROADMAP.md
NEXT_PHASE_PLAN.md
shimmy_rust_golden_record_implementation_bible.md
test_*.yaml
# Coverage and profiling artifacts
coverage/
*.profraw
# Platform-specific binaries (generated, not source)
shimmy-linux-*/
shimmy-macos-*/
shimmy-windows-*/
release-artifacts/
spec-kit-env/
# Stray files that shouldn't be in root
json
shimmy
shimmy.exe
.claude/settings.local.json
# Console subproject (development/experimental)
console/