From 073518f3e4696d97706a8ad0b212ec4cd6c6ab48 Mon Sep 17 00:00:00 2001 From: David Edwards Date: Sun, 11 Dec 2022 12:15:57 +0000 Subject: [PATCH] Update gitignore to ignore .idea/ If edit made in pycharm ignore .idea/ structure --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f2d2050..03af2b2 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,6 @@ log.txt uploads/ readings/ rain.txt + +# Pycharm idea +.idea/