build/
/*.yaml
# docker-compose.yaml is an exception to the /*.yaml rule above; it's
# tracked as part of the container deployment.
!/docker-compose.yaml
# .env holds (potentially secret) docker-compose runtime settings and
# must never be committed. .env.example is the tracked template.
.env
docs/implementation/
tests/out/
tests/.venv/
tests/**/maglevd.log
tests/**/clab-*/
cmd/frontend/web/node_modules/
# Binaries built at the repo root via `go build ./cmd/<name>/` (no -o).
# Anchored with a leading slash so they don't also match the source
# dirs under cmd/.
/frontend
/maglevc
/maglevd
