From a19866e3d8e465fab6c5e8e2c812f8951bb3f19e Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Mon, 25 Oct 2021 02:48:16 +0100 Subject: [PATCH] updating .gitgnore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2dc658c..34243a4 100644 --- a/.gitignore +++ b/.gitignore @@ -137,4 +137,6 @@ dmypy.json # Cython debug symbols cython_debug/ +# custom .vscode/ +**/__pycache__