Ignore "*.retry" and "*.pyc" files

These may get left behind by runtime processes and should never get
committed to the repository.
This commit is contained in:
Richard Bullington-McGuire
2019-05-27 20:44:52 +00:00
parent 58e1f03bcb
commit eded3b4cfd

2
.gitignore vendored Normal file
View File

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