feat: add studio roadmap and streaming cleanup

This commit is contained in:
2026-04-28 00:09:15 +01:00
parent 11ffc7df7c
commit 34ec879cdb
45 changed files with 5899 additions and 2659 deletions
+24
View File
@@ -0,0 +1,24 @@
# Python
server/.venv/
server/voices/
server/__pycache__/
**/__pycache__/
**/*.pyc
**/*.pyo
*.egg-info/
# Environment
.env
.env.local
.env.*.local
# Node (root-level)
node_modules/
web/.next/
web/tsconfig.tsbuildinfo
web/next-env.d.ts
web/node_modules/
# OS
.DS_Store
Thumbs.db