39 lines
672 B
Plaintext
39 lines
672 B
Plaintext
# Runtime data generated by local Docker deployment
|
|
authz-service/runtime/data/
|
|
authz-service/src/data/
|
|
app-instance/runtime/instances/
|
|
app-instance/runtime/registry/
|
|
router-proxy/runtime/conf.d/
|
|
runtime/
|
|
!auth-portal/src/app/api/runtime/
|
|
!auth-portal/src/app/api/runtime/**
|
|
sessions/
|
|
**/sessions/state.db
|
|
**/runtime/**/*.lock
|
|
|
|
# Local build / cache artifacts
|
|
**/__pycache__/
|
|
**/.pytest_cache/
|
|
**/node_modules/
|
|
**/.next/
|
|
**/.next-dev/
|
|
**/.turbo/
|
|
**/.ruff_cache/
|
|
**/.mypy_cache/
|
|
**/.cache/
|
|
**/.codegraph/
|
|
**/.venv/
|
|
**/dist/
|
|
**/build/
|
|
**/*.egg-info/
|
|
**/tsconfig.tsbuildinfo
|
|
*.log
|
|
*.tmp
|
|
*.py[cod]
|
|
|
|
# Local secrets / env files
|
|
.env
|
|
*.env
|
|
*.pem
|
|
app-instance/frontend/.env_prod
|