-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
107 lines (85 loc) · 1.55 KB
/
.gitignore
File metadata and controls
107 lines (85 loc) · 1.55 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
# Dependencies
node_modules/
# Build output
dist/
dist-electron/
dist-electron-new/
website/.next/
website/.next-ready/
# Website installer downloads (too large for git)
website/public/downloads/
website/public/*.exe
website/public/*.exe.blockmap
website/public/*.tar.gz
website/public/*.dmg
# Environment
.env
.env.local
.env.*.local
# IDE/Editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# GGUF model files (too large for git)
*.gguf
# guIDE runtime data
.guide-memory/
.guide-config.json
.ide-memory/
# Private API keys (NEVER commit)
API_KEYS_PRIVATE.md
# Scripts with embedded API keys (NEVER commit)
scripts/
# Code signing certificate (NEVER commit)
*.pfx
code-signing.pfx
certs/*.pfx
certs/*.b64
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS
Desktop.ini
ehthumbs.db
ehthumbs_vista.db
# TypeScript
*.tsbuildinfo
# Test
coverage/
# Python virtual env
.venv/
# Next.js build
.next/
# Playwright test artifacts
.playwright-mcp/
# Root-level screenshot/test images
/*.png
# Pipeline backups
_pipeline_backup*/
# Pipeline test clone (dev-only, not shipped)
pipeline-clone/
# Dev-only scripts and test output
pipeline-runner.js
probe-small-models.js
fresh_logs.txt
helper-log.txt
test-results-*.txt
vitest-results.txt
build-output*.txt
builder-output*.txt
# NES ROMs (copyright, not to be committed)
*.nes
website/public/jsnes.min.js
website/public/runner.nes