20 lines
201 B
Plaintext
20 lines
201 B
Plaintext
# Secrets — never commit
|
|
.env
|
|
|
|
# Recordings (local only, may contain PHI)
|
|
recordings/
|
|
|
|
# Model weights
|
|
*.gguf
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
*.swp
|