Migration to python (package_install)

This commit is contained in:
koumakpet 2020-03-08 14:59:11 +01:00
parent 110bcd81fc
commit 89d56a4d37
4 changed files with 321 additions and 123 deletions

7
.gitignore vendored
View file

@ -4,3 +4,10 @@ files/.wakatime.cfg
backup/
# Don't include file backups
*.bak
# todo list
*.todo
# VSCode settings
.vscode/
# Python Cache
__pycache__/
.pytest_cache/