From a21825fb0468034204b468213271132d3398c928 Mon Sep 17 00:00:00 2001 From: vlebourl Date: Fri, 1 Apr 2022 15:16:02 +0200 Subject: [PATCH] update ignore list --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d2d6e01..43030cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.venv -Config/ -.vscode/ -**/__pycache__/ \ No newline at end of file +.venv/** +.vscode/** +**/__pycache__/** +Config/**