From 983f4cb7048394d2d0c18538d0b597a40026b39d Mon Sep 17 00:00:00 2001 From: Pedro de Oliveira Guedes Date: Tue, 4 Jan 2022 12:19:20 -0300 Subject: [PATCH] Adding pycache folder to .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d48c759..5cd2e4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea -.vscode \ No newline at end of file +.vscode +**/__pycache__/ \ No newline at end of file