-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.gitignore
More file actions
132 lines (106 loc) · 2.78 KB
/
Copy path.gitignore
File metadata and controls
132 lines (106 loc) · 2.78 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
**/__pycache__
*.wav
# Wake-word notification tones are bundled assets, not user audio — keep them tracked
# so they're baked into the wakeword-service image (and served to all clients).
!extras/wakeword-service/tones/*.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
# Advertised services — per-machine runtime state, regenerated by the node agent on
# every start (services.py / edge/service_manager.py). No defaults, so no template.
config/advertised-services.json
# 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*
plugins/*/config.yml.backup
example/*
**/node_modules/*
**/ollama-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/llm-services/cache/**
!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/*
# Discovery agent PID file
edge/.discovery-agent.pid
# 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
# Generated compose overrides (e.g. Tailscale socket mount for Caddy-managed certs)
backends/advanced/docker-compose.override.yml
extras/speaker-recognition/docker-compose.override.yml
# Cache
extras/speaker-recognition/cache/*
extras/speaker-recognition/outputs/*
**/model_cache_strix_test/*
# my backup
backends/advanced/src/_webui_original/*
backends/advanced-backend/data/falkordb_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/
edge/.discovery-agent.pid