From 99d95c34b023479ed13425bb7c735fec29051366 Mon Sep 17 00:00:00 2001 From: Eragonfr Date: Fri, 20 Apr 2018 16:15:54 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e32a60..f2f9b4f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,7 @@ app.db __pycache__/ app/__pycache__/ -venv/ migrations/ + +venv/ +.venv/