onju-v2/.gitignore
justLV f0f6e38e7c Move test scripts into tests/ and add stall/stream benchmarks
- 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
2026-04-12 14:22:52 -07:00

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/