-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.gitignore
More file actions
115 lines (93 loc) · 2.08 KB
/
.gitignore
File metadata and controls
115 lines (93 loc) · 2.08 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
**/__pycache__
*.wav
**/*.env
!**/.env.template
**/memory_config.yaml
!**/memory_config.yaml.template
tests/setup/.env.test
!tests/setup/.env.test.template
# Main config (user-specific)
config/config.yml
!config/config.yml.template
# Plugins config (contains secrets)
config/plugins.yml
!config/plugins.yml.template
# Individual plugin configs (may contain user-specific settings)
backends/advanced/src/advanced_omi_backend/plugins/*/config.yml
!backends/advanced/src/advanced_omi_backend/plugins/*/config.yml.template
# Config backups
config/*.backup.*
config/*.backup*
example/*
**/node_modules/*
**/ollama-data/*
**/qdrant_data/*
**/model_cache/*
.vscode/*
**/audio_chunks/*
**/mongo_data/*
.cursor/*
.locks
blobs
transcription_results.csv
**cache/*
*.ckpt
**/hub/*
*.log
**/speaker_data*/**
**/.venv/*
**metrics_report**
*.db
**/advanced_omi_backend.egg-info/
**/dist/*
**/build/*
**/*.egg-info/
untracked/*
backends/advanced/data/*
backends/advanced/diarization_config.json
extras/local-wearable-client/devices.yml
!extras/local-wearable-client/devices.yml.template
extras/havpe-relay/firmware/secrets.yaml
extras/test-audios/*
## Python Build stuff
**/*egg-info/*
# Speaker Recognition
extras/speaker-omni-experimental/data/*
extras/speaker-omni-experimental/cache/*
# AI Stuff
.claude
# SSL / TLS certificates (centralized)
certs/*.crt
certs/*.key
certs/*.pem
# Legacy per-service SSL (kept for cleanup)
extras/speaker-recognition/ssl/*
backends/advanced/ssl/*
# Generated reverse proxy configs
extras/speaker-recognition/nginx.conf
extras/speaker-recognition/Caddyfile
# Cache
extras/speaker-recognition/cache/*
extras/speaker-recognition/outputs/*
**/model_cache_strix_test/*
# my backup
backends/advanced/src/_webui_original/*
backends/advanced-backend/data/neo4j_data/*
backends/advanced-backend/data/speaker_model_cache/
*.bin
*.sqlite3
*checkpoints
# k8s config
backends/charts/advanced-backend/env-configmap.yaml
extras/openmemory-mcp/data/*
.env.backup.*
backends/advanced/nginx.conf
backends/advanced/Caddyfile
app/ios/*
app/android/*
results
log.html
output.xml
report.html
.secrets
sdk/