Add .gitignore to ignore the auto-downloaded GoodTests.py if runTests.py is used

This commit is contained in:
Tim Savannah 2023-04-23 04:30:07 -04:00
parent 178da73d27
commit d94e37bb40

2
tests/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.pyc
GoodTests.py