From 4665bff0ef83e7d32b67379bd822077b2d0f0b39 Mon Sep 17 00:00:00 2001 From: Guido Longoni Date: Fri, 27 Sep 2019 12:08:06 +0200 Subject: [PATCH] Corretto gitignore --- .gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9cad8c9..bd14b4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ -MkpWIFI/__pycache__ +# Eclipse user settings directory .project .pydevproject -.settings \ No newline at end of file +.settings + +# VS Codium user settings directory +.vscode + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] \ No newline at end of file