diff --git a/.gitignore b/.gitignore index 96f335f..94265fc 100644 --- a/.gitignore +++ b/.gitignore @@ -31,8 +31,13 @@ apps/desktop/src-tauri/resources/linetta-mcp.exe .idea/ .vscode/ -# Engine binary built into the repo root by accident +# Binaries built into the engine directory by accident: `go build ./cmd/...` +# without -o drops the output in the working directory. The .exe variants are +# what a Windows checkout produces. /engine/linetta-engine +/engine/linetta-engine.exe +/engine/linetta-mcp +/engine/linetta-mcp.exe # ascapi helper build artifact scripts/ascapi/ascapi diff --git a/engine/linetta-mcp.exe b/engine/linetta-mcp.exe deleted file mode 100644 index 5e37086..0000000 Binary files a/engine/linetta-mcp.exe and /dev/null differ