Add pytest cache to .gitignore

This commit is contained in:
Matthew D. Scholefield 2019-03-18 13:54:26 -05:00
parent 4cb695da4d
commit c1b6677f48
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ __pycache__/
/wakewords/ /wakewords/
/logs /logs
*.egg-info/ *.egg-info/
/.pytest_cache/
*.pyc *.pyc
*.pb *.pb