-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (30 loc) · 719 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (30 loc) · 719 Bytes
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
# macOS cruft
.DS_Store
# Local release / comms drafts (not for the public repo — same idea as miner)
RELEASE_COMMS.md
# Python cruft
__pycache__/
*.pyc
# Bridge secrets + runtime state (never commit API keys)
bridge/config.json
bridge/config.json.tmp
bridge/bridge.out
# GS build products (occ/ORCA intermediates + the linked S16)
gs/*.a
gs/*.root
gs/gsllm
gs/1
# Host-side test binaries (rebuilt by gs/Makefile)
gs/llmproto_test
gs/llmnet_test
gs/session_test
gs/ui_test
gs/ui_echo
# Disk images + runtime extracts (regenerated by disk/make_master.sh)
disk/*.2mg
disk/*.LOG
disk/TXT
disk/GSLLM.LOG
disk/GSLLM.OLD
# Mac helper release zip (regenerated by bridge/make_release_zip.sh)
bridge/gsllm-bridge-*.zip