-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (48 loc) · 911 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (48 loc) · 911 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Модели LLM (большие файлы)
*.gguf
*.task
*.bin
*.onnx
app/src/main/llm_assets/
app/src/main/assets/llm_model/
# Логи Kotlin и ошибки компиляции
.kotlin/errors/
*.log
hs_err_pid*.log
replay_pid*.log
# Временные файлы сборки
*.iml
.gradle/
/local.properties
/.idea/caches/
/.idea/libraries/
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build/
/captures/
.externalNativeBuild/
.cxx/
# Файлы конфигурации IDE
.vscode/
.idea/
# Пользовательские настройки
local.properties
keystore.properties
# Логи тестов
/test-results/
/test-output/
# Запасные копии
*.bak
*.tmp
*.swp
*~
# Скомпилированные файлы
*.class
*.dex
# Ключи API (если хранятся)
gradle.properties
*_API_KEY*
DEEPSEEK_API_KEY*