forked from t41372/Open-LLM-VTuber
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
62 lines (51 loc) · 734 Bytes
/
.gitignore
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
sing/converted_vocal/*
sing/instrument/*
sing/merged/*
sing/original/*
sing/vocal/*
conf.yaml
node_modules/
package-lock.json
dist/
static/live2d-models/
config_alts/
.sync/
# macOS system files
.DS_Store
# Python files
__pycache__/
*.pyc
lab.py
.idea
# Virtual environment
.conda
conda
# Sensitive data
.env
api_keys.py
llm/user_credentials.json
# Database files
memory.db
memory.db.bk
# Logs
server.log
# Cache and models
cache/*
tts/asset
tts/config
asr/models*
!asr/models/silero_vad.onnx
asset
models/*
!models/piper_voice
models/piper_voice/*
# Legacy and specific directories
legacy/
chat_history/
knowledge_base/
submodules/MeloTTS
openapi_assistants.json
openapi_memgpt.json
# memory log
mem.json
conf.yaml.backup