onju-v2/.gitignore
justLV 7162aa0f3b Improve pipeline setup, logging, and test client compatibility
Move venv to repo root with combined requirements.txt, fix libopus/portaudio
discovery on macOS, replace deprecated audioop with numpy u-law encoder,
add colored pipeline logging with suppressed third-party noise, fix mic
deadlock on non-speech rejection, fix localhost IP mismatch for test client,
add VAD visualization bar, tune VAD for conversational speech, and move
runtime data to gitignored data/ directory.
2026-02-07 16:22:53 -08:00

30 lines
268 B
Text

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Audio test files
recording.wav
# Local development
server/local.py
pipeline/config.yaml
.venv/
# Runtime data
data/
# Claude
.claude/