- 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:
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*.swp
|
||||
Session.vim
|
||||
__pycache__
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
Reference in New Issue
Block a user