mirror of
https://github.com/justLV/onju-v2
synced 2026-04-21 15:47:55 +00:00
- git mv test_client, test_mic, test_speaker into tests/ - Add tests/test_stall.py (benchmarks the Gemini stall classifier against conversational/fetch/capture/act/follow-up queries) - Add tests/test_stream.py (raw SSE chunk inspection against the agentic gateway) - Update config path resolution in the new tests to climb one level - Update README Testing section with new tests/ paths
31 lines
305 B
Text
31 lines
305 B
Text
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Secrets & local config
|
|
pipeline/config.yaml
|
|
m5_echo/credentials.h
|
|
m5_echo/git_hash.h
|
|
|
|
# Runtime data & test output
|
|
data/
|
|
logs/
|
|
*.wav
|
|
!data/.gitkeep
|
|
|
|
# Claude
|
|
.claude/
|