Add pytest cache to .gitignore
This commit is contained in:
parent
4cb695da4d
commit
c1b6677f48
|
@ -9,6 +9,7 @@ __pycache__/
|
|||
/wakewords/
|
||||
/logs
|
||||
*.egg-info/
|
||||
/.pytest_cache/
|
||||
|
||||
*.pyc
|
||||
*.pb
|
||||
|
|
Loading…
Reference in New Issue