-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
114 lines (103 loc) · 1.83 KB
/
Copy path.gitignore
File metadata and controls
114 lines (103 loc) · 1.83 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
node_modules/
dist/
dist-electron/
# build/ assets (icon.ico, installer.nsh, BMPs) must be committed for GitHub Actions
# but large electron dist/cache binaries must NOT be committed (exceed GitHub 100MB limit)
build/electron-legacy-dist/
build/electron-legacy-cache/
build-output.log
*.exe
*.blockmap
# Models (large binary files)
models/
*.gguf
# Test project directories (any directory starting with "test-")
test-*/
# Playwright snapshots
.playwright-mcp/
playwright-browsers/
# Test/debug screenshots at project root
/*.png
/*.jpg
/*.gif
/*.webp
# Internal audits / bug reports (never publish)
/*-report.md
/*-plan.md
/ALL_FAILURES.md
/PAST_FAILURES.md
/BUGFIX_PLAN.md
/BUG_*.md
/LOG_AUDIT_*.md
/*INVESTIGATION*.md
/*IMPLEMENTATION_PLAN*.md
/PRODUCTION_*.md
/PHASE_B_*.md
/GLM_*.md
/USER_REPORTED_*.md
/USER_FEEDBACK_*.md
/REGRESSION_*.md
/CODEBASE_FULL_AUDIT_*.md
/GUIDE_MAIN_LOG_*.md
/CHANGES_LOG.md
/CONTEXT_RESEARCH.md
/TOOL_SCHEMA_AUDIT.md
/server-vs-electron-*
/pipeline-parity-*
/guide3/
# Debug and temp logs
*.log
temp-log.txt
tmp_logs.txt
# Audit/debug scripts and artifacts
server-vs-electron-*
pipeline-*.log
probe-out.log
# User data
.guide-ide/
# Accidental home-directory junk (must never be committed)
.bash_history
.bash_logout
.bashrc
.profile
.cache/
.codeium/
.config/
.gnupg/
.ide-memory/
.local/
.npm/
.ollama/
.pki/
.ssh/
.stfolder/
.windsurf/
AppData/
Contacts/
Desktop/
Documents/
Downloads/
Favorites/
IntelGraphicsProfiles/
Links/
Music/
OneDrive/
Pictures/
Saved Games/
Sync/
NTUSER.DAT*
ntuser.ini
scoop/
snap/
voice-type/
gpu-monitor/
_audit_raw_output.txt
_releases_raw.json
_r1.json
_r2.json
# Local export/cleanup temp (release notes live in docs/)
RELEASE_CLEANUP_*.json
_ r e l e a s e 1 7 7 /