From c1a4415802ef3ce0ed452d8ff472e320d984a113 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 14 Jan 2021 14:23:58 +0100 Subject: [PATCH] Update gitignore --- .gitignore | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 8d59848..8d4e09f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,23 @@ - -# Ignore python cache +# Byte-compiled / optimized / DLL Files __pycache__/ +*.py[cod] +*$py.class -# Ignore pytest cache -.pytest_cache - -# virtualenv -env/ -venv/ +# Virtual Envornments .venv +venv/ +env/ -# Vscode settings +# Editor project settings +## VSCode .vscode/ - -# Ignore intellij Files (PyCharm) -.idea - -# Ignore spyder Files +## PyCharm intellij +.idea/ +## repl.it +.replit +## Spyder .spyproject/ +.spyderproject/ # Ignore ds store files .DS_STORE