-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (31 loc) · 897 Bytes
/
.gitignore
File metadata and controls
43 lines (31 loc) · 897 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
# Ignore .DS_Store files (Mac)
.DS_Store
# Ignore virtual environment
venv/
# Ignore raw videos
videos/raw/
# Ignore vector database
computer/LLM/chromadb/
# Ignore llama.cpp
computer/LLM/llama.cpp/
# Ignore production_database
computer/depth_and_face_recognition/production_database/
computer/LLM/production_database/
# Ignore yolov8n.pt
computer/depth_and_face_recognition/yolov8n.pt
computer/LLM/yolov8n.pt
# Ignore face_recognition databases
computer/face_recognition/1_database/
computer/face_recognition/2_database/
computer/face_recognition/production_database/
# Ignore face_recognition test images
computer/face_recognition/1_test_images/
computer/face_recognition/2_test_images/
# Ignore LMM .env
computer/LMM/.env
# Ignore recorded_audio
computer/audio/recorded_audio/
# Ignore cloning_voice
computer/audio/cloning_voice/
# Ignore voice_for_stt
computer/audio/voice_for_stt/