more gitignore

This commit is contained in:
John McCardle 2026-02-14 11:04:28 -05:00
commit 50eba3314b

6
.gitignore vendored
View file

@ -10,6 +10,12 @@ build
/lib /lib
__pycache__ __pycache__
# unimportant files that won't pass clean dir check
build*
docs
.claude
my_games
# images are produced by many tests # images are produced by many tests
*.png *.png