From d7bd98f78a09919e49a780750b58351b6457a677 Mon Sep 17 00:00:00 2001 From: MaxBui95 <91940608+MaxBui95@users.noreply.github.com> Date: Sun, 18 Sep 2022 12:08:43 +0200 Subject: [PATCH] Update Python.gitignore --- Python.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..a51a1375 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,4 +1,9 @@ -# Byte-compiled / optimized / DLL files + .idea/ + .pytest_cache + *.__pycache__/ + env/ + + Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class