From c45b5fcdaaa381ea481471d43c1686e0a7a9cf1f Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 23 Dec 2019 17:23:01 +0100 Subject: [PATCH] updated gitignore --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6e5b2dd..413eba5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ +# Editors .vscode .idea -data.db +# Python venv __pycache__ -config.yml -dummy \ No newline at end of file +# Runtime +.dev.env +data \ No newline at end of file