checkpoint

This commit is contained in:
2020-07-03 13:29:57 +03:00
parent e8530a4186
commit 7146fcd2fc
14 changed files with 268 additions and 10 deletions

23
.gitignore vendored
View File

@@ -1,10 +1,13 @@
# ide
.vscode/
# virtualenv
venv/
# cache
*.pyc
__pycache__/
# ide
.vscode/
# virtualenv
venv/
# cache
*.pyc
__pycache__/
# db
*.sqlite