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

3
.gitignore vendored
View File

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