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 /doc
/gh-pages /gh-pages
build/ build/
*.py[co]
__pycache__/ __pycache__/
.cache .cache
.pytest_cache/ .pytest_cache/