Files
avc-phone-ai/.gitignore
2026-06-23 22:38:22 +00:00

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