From dd19e01d67f461e95b860a0715b10a49ff51e91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=BCller=20Max=2C=20Solare=20Datensysteme=20GmbH?= Date: Thu, 26 Nov 2020 13:33:26 +0100 Subject: [PATCH] Expanded gitignore to ignore auto generated files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index a81c8ee..2f69f23 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,9 @@ dmypy.json # Cython debug symbols cython_debug/ + +.idea/ +backup.ab +charge_config1.json +config.json +test.json \ No newline at end of file