# Secrets — never commit
.env

# Runtime logs
*.log
avc_run.log*

# Recordings (local only, may contain PHI)
recordings/

# Model weights
*.gguf

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/

# OS / editor
.DS_Store
*.swp
