Ignore any file that begins with "test_"

This commit is contained in:
Junior 2024-06-26 10:02:09 -04:00
parent 00405be313
commit 88972a1b71

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ __pycache__
desktop.ini
dist/
build/
test_*