# Private, composed deployment configuration. Install into /etc/orchestra/
# only after all environment-specific values have been filled in.
.orchestra-config/

# Built binaries (never commit — a stale committed binary is a deployment-
# confusion hazard).
/orchestra
/orchestra-worker

# Web UI build inputs/outputs. node_modules in particular ships vendored Go
# packages (e.g. flatted/golang), so leaving it merely untracked is not
# enough — `go build ./...` and `go test ./...` walk into it. `web/go.mod` is
# the fix: it ends the parent module's package graph at that directory.
/package-lock.json
node_modules/
.node_modules/
web/dist/
web/tsconfig.tsbuildinfo
