mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
29 lines
453 B
Text
29 lines
453 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/
|
|
|
|
# Local self-signed TLS for the remote stack (regenerate with ./generate_certificate.sh).
|
|
# NEVER commit the private key.
|
|
certs/
|
|
# Superpowers brainstorm mockups (local only)
|
|
.superpowers/
|
|
docs/superpowers/
|
|
.gstack/
|