more gitignore
This commit is contained in:
parent
945cce3f88
commit
50eba3314b
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue