- update .gitignore to ignore python bytecode

- move log-routine to pyf
- add feature to check_update to properly check if the file exists
This commit is contained in:
2019-03-08 11:53:21 +00:00
parent 1881492546
commit e6857efe04
4 changed files with 23 additions and 24 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.swp
Session.vim
__pycache__
__pycache__/
*.py[cod]