mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
* feat: add devcontainer for local setup * feat: add local install hook * feat: add devcontainer based setup docs * feat: use uv in api/Dockerfile * fix: fix CI scripts * fix: fix post job cleanup step
21 lines
236 B
Text
21 lines
236 B
Text
__pycache__
|
|
.DS_Store
|
|
.env
|
|
.env.prod
|
|
.env.test
|
|
|
|
# logs and run directory on production
|
|
/logs/
|
|
/run/
|
|
infrastructure/
|
|
prd/
|
|
.vercel
|
|
|
|
.devcontainer/install.local.sh
|
|
venv/
|
|
.venv/
|
|
.playwright-mcp
|
|
coturn/
|
|
*.wav
|
|
dograh_pcm_cache/
|
|
node_modules/
|