# Rust
target/
**/*.rs.bk

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Models
models/
!models/manifest.json
*.onnx

# Local environment
venv/
.cargo/
!.cargo/deny.toml
recon/
*.npy
*.bin
*.wav

# Added by cargo

/target

# Config & secrets
phonex.yaml
tls/

# Python
*.egg-info/
dist/
build/
__pycache__/
.mypy_cache/
