update gitignore for pytest

This commit is contained in:
lilydjwg 2015-11-04 22:43:12 +08:00
parent 1d3abf73b2
commit d909983f0d

1
.gitignore vendored
View file

@ -2,5 +2,6 @@ records/
*.egg-info/ *.egg-info/
__pycache__/ __pycache__/
/build/ /build/
.cache/
*.pyc *.pyc
*.pyo *.pyo