add pycache and sqlite db files

This commit is contained in:
willipink 2020-05-14 21:45:19 +00:00
parent 2bbfd3b806
commit 1453ebb68f

2
.gitignore vendored
View File

@ -3,3 +3,5 @@
**/migrations/* **/migrations/*
Pipfile.lock Pipfile.lock
**/work_data/* **/work_data/*
**/__pycache__/*
*.sqlite