.env*
# The compiled binary at the repo root (make build -> go build -o server).
# Anchored with a leading slash so it does NOT also match the cmd/server/
# directory, which would silently keep main.go out of version control.
/server
frontend/build
frontend/node_modules
frontend/.svelte-kit
ralph/

# Compiled example backend (go build in examples/sveltekit-go/backend).
/backend
examples/backend
examples/sveltekit-go/backend/backend

# Generated Swagger docs (regenerated by `make docs`; removed by `make clean`).
docs/docs.go
docs/swagger.json
docs/swagger.yaml
