Add ignore for *.test files for local testing.

This commit is contained in:
Yuxin Wang 2020-10-14 13:31:08 -04:00
parent 5099abb838
commit cfd06c0fc7

5
.gitignore vendored
View file

@ -48,4 +48,7 @@ runo.py
.coverage.*
# pytest cache
.pytest_cache
.pytest_cache
# test file
*.test