From d798a44624d9312e82ba5816e08fe2ac7c0ac1b9 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Mon, 18 Oct 2021 14:53:07 +0200 Subject: [PATCH] Updated .gitignore to exclude PyCharm and virtual environment configuration files --- .gitignore => venv/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) rename .gitignore => venv/.gitignore (97%) diff --git a/.gitignore b/venv/.gitignore similarity index 97% rename from .gitignore rename to venv/.gitignore index b6e4761..0f41f82 100644 --- a/.gitignore +++ b/venv/.gitignore @@ -109,6 +109,7 @@ venv/ ENV/ env.bak/ venv.bak/ +pyvenv.cfg # Spyder project settings .spyderproject @@ -127,3 +128,9 @@ dmypy.json # Pyre type checker .pyre/ + +# Pycharm stuff + +.idea +idea/ +