ignore pyc and pyo

This commit is contained in:
Hanaasagi 2018-10-09 23:29:11 +09:00
parent 92119d195a
commit 3e7a823dee
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ Cargo.lock
/doc
/gh-pages
build/
*.py[co]
__pycache__/
.cache
.pytest_cache/