From 50eba3314b67b53fac90f8e6f8aea00b878fa3ec Mon Sep 17 00:00:00 2001 From: John McCardle Date: Sat, 14 Feb 2026 11:04:28 -0500 Subject: [PATCH] more gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 55402af..85e3751 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,12 @@ build /lib __pycache__ +# unimportant files that won't pass clean dir check +build* +docs +.claude +my_games + # images are produced by many tests *.png