updated gitignore

This commit is contained in:
cupcakearmy 2019-12-23 17:23:01 +01:00
parent 2253af8118
commit c45b5fcdaa

8
.gitignore vendored
View File

@ -1,9 +1,11 @@
# Editors
.vscode .vscode
.idea .idea
data.db # Python
venv venv
__pycache__ __pycache__
config.yml
dummy # Runtime
.dev.env
data