Add missing type annotations to api methods

Add "__*" to .gitignore, to ignore temporary files
This commit is contained in:
2018-03-04 15:10:14 +01:00
parent e4096cb97c
commit 98d67c0444
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/config.py
__pycache__/
*.pyc
__*