removes pyc and update gitignore

This commit is contained in:
Wxcafé (Clément Hertling) 2020-02-05 09:00:06 -05:00
parent 0606f0003d
commit 4a38242c4a
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ cache/
output/ output/
.pusher/ .pusher/
__pycache__/ __pycache__/
*.pyc

Binary file not shown.