-
-
Notifications
You must be signed in to change notification settings - Fork 496
Expand file tree
/
Copy path.gitignore
More file actions
144 lines (120 loc) · 2.4 KB
/
.gitignore
File metadata and controls
144 lines (120 loc) · 2.4 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# 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/
# GPU build artifacts (never commit — large binary outputs)
target-gpu/
*.rlib
# Python bytecode
__pycache__/
*.pyc
*.pyo
# Crash dumps and diagnostic images
*.stackdump
bash.exe.stackdump
00-diagnostic-startup.png
# GPU test result artifacts
gpu-test-results*.json
# Internal workspace config
docs/shimmy-workspace.code-workspace
# Legacy llama.cpp headers and binaries (removed; use Airframe GPU)
libs/headers/
libs/windows-x86_64/llama.lib
libs/vision/