-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (29 loc) · 787 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (29 loc) · 787 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
# macOS
.DS_Store
__pycache__
.venv
# Android Artifacts
asbestos-android/.gradle/
asbestos-android/build/
asbestos-android/local.properties
asbestos-android/.cxx/
asbestos-android/*.apk
# iOS/Swift Artifacts
asbestos-ios-app/.build/
asbestos-ios-app/.swiftpm/
asbestos-ios-app/DerivedData/
asbestos-ios-app/*.xcodeproj/
asbestos-ios-app/*.xcworkspace/
# Swift Package Artifacts
asbestos-ios/.build/
asbestos-ios/.swiftpm/
asbestos-ios/DerivedData/
# LARGE AI Model Weights (Should not be in Git)
*.gguf
/mmproj-Qwen_Qwen3.5-0.8B-bf16.gguf
/Qwen_Qwen3.5-0.8B-Q8_0.gguf
/asbestos-android/app/files/models/
# Keep the XCFramework though!
!asbestos-ios/Frameworks/llama.xcframework/
!asbestos-ios-app/Frameworks/llama.xcframework/
asbestos/asbestos-agent/asbestos_agent_walkthrough.md