ssh.env .env .env.example # Build output /bin/ /dist/ /gre-panel /gre-panel-* *.exe # Go test and profiling artefacts *.test *.out /coverage.* # Frontend build inputs. web/dist is committed on purpose: it is embedded into # the binary, so the Go build must never depend on Node being installed. /web/_app/node_modules/ /web/_app/.vite/ # A stale build output directory whose files this checkout cannot delete: the # 9p mount reported them as root-owned. It is outside the embed path and safe # to remove from Windows. /web/dist.stale-root-owned*/ npm-debug.log* yarn-error.log* # Local runtime state, should any ever be created inside the checkout /var/ *.db *.db-wal *.db-shm jwt.key