-
-
Notifications
You must be signed in to change notification settings - Fork 199
/
Copy path.gitignore
60 lines (48 loc) · 910 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
# ignore non-default live2d models
/live2d-models/*
!/live2d-models/mao_pro
!/live2d-models/shizuku
# ignore non-default character configs
/character-configs/*
# but all of the defaults are already tracked, so no need to un-ignore them
# macOS system files
.DS_Store
# Python files
__pycache__/
*.pyc
lab.py
.idea
# Virtual environment
.venv
.conda
conda
# Sensitive data
.env
api_keys.py
src/open_llm_vtuber/llm/user_credentials.json
# Database files
memory.db
memory.db.bk
# Logs
server.log
logs/*
# Cache and models
cache/*
src/open_llm_vtuber/tts/asset
src/open_llm_vtuber/tts/config
src/open_llm_vtuber/asr/models*
!src/open_llm_vtuber/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