-
Notifications
You must be signed in to change notification settings - Fork 209
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (37 loc) · 751 Bytes
/
Copy path.gitignore
File metadata and controls
44 lines (37 loc) · 751 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
# --- Python Artifacts ---
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
# --- Large Models & Binaries (Auto-downloaded) ---
# Ignore the Piper TTS folder (it's huge and OS-specific)
piper/
# Ignore large model files
*.onnx
*.bin
*.tflite
# Exception: Un-comment the line below if you WANT to share your custom wake word
# !wakeword.onnx
# --- User Configuration & Memory ---
# Keep chat history local (Privacy)
memory.json
chat_memory.json
# Keep personal API keys or settings local
# (Optional: comment this out if you WANT to share your config)
# config.json
# --- Temporary/Generated Media ---
*.wav
*.mp3
*.jpg
*.png
camera_capture.jpg
current_image.jpg
test_audio.wav
# --- OS Generated Files ---
.DS_Store
Thumbs.db
ehthumbs.db