Files
praxis/.gitignore
T
Praxis CI b77536aa5e docs(P01): complete minimal-voice-loop phase
---ci---
phase: 1
milestone: v0.1
status: complete
requirements:
  covered: [REQ-VOICE-01, REQ-VOICE-02, REQ-VOICE-03, REQ-VOICE-04, REQ-SCEN-01, REQ-STATE-01, REQ-LLM-01, REQ-LLM-02, REQ-DEBRIEF-01, REQ-ORCH-01, REQ-ORCH-02, REQ-SCEN-FMT-01, REQ-NFR-LAT-01, REQ-NFR-SAFE-01, REQ-NFR-COST-01]
  partial: []
---/ci---
2026-08-01 13:28:42 +00:00

39 lines
394 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env
.env.secrets
.env.*
# SQLite
*.db
*.db-journal
*.db-wal
*.db-shm
# Node / client
client/node_modules/
client/dist/
client/.vite/
# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/
# OS
.DS_Store
Thumbs.db
# Piper voice models (pre-staged locally, not committed)
*.onnx
*.pt
*.bin
piper_models/