# Build artifacts
/target/
rust_out

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

# OS files
.DS_Store
Thumbs.db

# Debugging
*.pdb
core
core.*

# Coverage
lcov.info
tarpaulin-report.html
tarpaulin-report.json
coverage/
cobertura.xml

# Benchmark output (generated by criterion)
criterion/

# Environment / secrets
.env
.env.*

# Model weights (downloaded at runtime, not tracked)
models/
*.bin
*.gguf
*.onnx

# Claude Code
.claude/

# Audio output from TTS
output.wav
