From b00ab9b38a916f67113f43956bb2f820cee16654 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 12 May 2019 11:03:31 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index d635fbc..ea174da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ # Ignore tex files *.tex + +# Ignore projects files +**.vscode + +# Ignore cache files +**__pycache__