From ccf7601041b937db73f4fde90e4977402fe025b6 Mon Sep 17 00:00:00 2001 From: Chris Leaman Date: Tue, 20 Nov 2018 15:23:23 +1100 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8280973..156fcca 100644 --- a/.gitignore +++ b/.gitignore @@ -7,11 +7,14 @@ # Pycharm .idea +# Matlab +*.asv + # DotEnv configuration .env -*.asv # Python __pycache__/ *.py[cod] *$py.class +/.venv/