From 24611c339ce56d456c299aad08f8e182ea2e335d Mon Sep 17 00:00:00 2001 From: John McCardle Date: Mon, 9 Feb 2026 08:16:45 -0500 Subject: [PATCH] gitignore images --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 27de130..55402af 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ build /lib __pycache__ +# images are produced by many tests +*.png + # WASM stdlib for Emscripten build !wasm_stdlib/