From 93ed8a4c15dce92d5ac25029b17cc73174a684e9 Mon Sep 17 00:00:00 2001 From: Ronnie Date: Thu, 13 May 2021 23:54:38 -0700 Subject: [PATCH] Update .gitignore to include .idea (#57) Update .gitignore to include .idea for those using Py Charm --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 13b6f67..492cda3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ pythonenv* venv .venv .coverage +.idea