# Go binary gopher gopher.exe # Database *.db *.db-shm *.db-wal # Frontend dependencies frontend/node_modules/ # Frontend build output (embedded into Go binary via go:embed; produced by build.sh) cmd/server/frontend/dist/ cmd/server/frontend # Cross-compiled agent binaries (embedded into Go binary via go:embed; produced by build.sh). # .gitkeep is kept so the directory survives for go:embed on fresh checkouts. cmd/server/agents/gopher-agent-* # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Build artifacts *.test coverage.out # Temporary files /tmp/