-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (85 loc) · 1.51 KB
/
.gitignore
File metadata and controls
99 lines (85 loc) · 1.51 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
# Swift Package Manager
.build/
Packages/
Package.resolved
*.xcworkspace
*.xcodeproj
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Xcode
build/
DerivedData/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.xccheckout
*.moved-aside
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
# IDE
.vscode/
.idea/
# Logs
*.log
afm_full_test_log_*.txt
afm_test_log_*.txt
# Test files
Scripts/regression-report-*.html
Scripts/mlx-model-report-*.html
test-curl-commands.md
test-table.png
test.pdf
# LoRA adapter files for testing
*.fmadapter
test_lora.fmadapter
# Build-from-scratch test workspace
build-from-scratch/
# Vendor patch stamp
vendor/mlx-swift-lm/.patches-applied
# PyPI package staging (binaries staged temporarily during uv build)
macafm/bin/
macafm/share/
# WebUI build artifacts
Resources/webui/
vendor/llama.cpp/tools/server/webui/node_modules/
vendor/llama.cpp/tools/server/public/
# Repo-local Codex shared assets only; keep local state out of git
.codex/cache/
.codex/local/
.codex/logs/
.codex/memories/
.codex/state/
.codex/tmp/
.codex/*.local.*
.codex/.env
.codex/.env.*
.codex/*token*
.codex/*secret*
.codex/*auth*.json
/default.metallib