This repository has been archived on 2026-09-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
praxis/.gitignore
T
Praxis CI fbd6602814 docs(milestone): complete v0.1 foundation
---ci---
phase: 0
milestone: v0.1
status: complete
---/ci---
2026-08-01 13:32:48 +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/