Merge pull request #9 from Sjors/2019/10/gitignore

Use .gitignore to ignore __pycache__
This commit is contained in:
Stepan Snigirev 2019-10-17 14:02:53 +02:00 committed by GitHub
commit 9c9b893a01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
__pycache__