Initial commit: avc-phone-ai codebase + CLAUDE.md
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user