updated TODO, created python-venv and updated gitignore

This commit is contained in:
Dominik Moritz Roth 2020-11-14 18:56:56 +01:00
parent efa1403380
commit 9103b2e6fb
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
__pycache__
.venv

View File

@ -2,3 +2,4 @@
- Allow other delimiters (e.g. ".")
- Support named arguments
- Include more often used commands in a defaults collection (e.g. close)
- add help / list-cmds command