From 5f5e9379d4f8d33bf573a5b564db07441b363825 Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 3 Apr 2026 16:15:39 +0000 Subject: [PATCH] Add build artifacts and scratch files to .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index b095183b..d256e605 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,15 @@ sx-rust/ shared/static/scripts/sx-full-test.js hosts/ocaml/_build/ hosts/ocaml/browser/sx_browser.bc.wasm.assets/ +hosts/ocaml/browser/sx_browser.bc.wasm.assets.bak/ +hosts/ocaml/bin/mcp_tree_built.exe +hosts/ocaml/hosts/ +hosts/ocaml/test-results/ +shared/static/wasm/sx_browser.bc.wasm.assets/ +.claude/worktrees/ +tests/playwright/test-results/ +test-case-define.sx +test-case-define.txt +test_all.js +test_final.js +test_interactive.js