dograh/.gitignore
Abhishek 0716582aa7
feat: add devcontainer based setup (#352)
* 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
2026-05-25 20:44:22 +05:30

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/