Merge pull request #84 from obscureorganization/better-gitignore

Ignore "*.retry" and "*.pyc" files
This commit is contained in:
Thomas Woerner
2019-05-31 16:40:42 +02:00
committed by GitHub

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.pyc
*.retry