From f195a72b30f0c2ae50472377535ac1a6222af571 Mon Sep 17 00:00:00 2001 From: Muflone Date: Thu, 22 Sep 2022 01:33:07 +0200 Subject: [PATCH] Code cleanup --- .circleci/config.yml | 3 ++- .gitignore | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7056c19..eb615b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,8 @@ version: 2.1 orbs: - # The python orb contains a set of prepackaged CircleCI configuration you can use repeatedly in your configuration files + # The python orb contains a set of prepackaged CircleCI configuration you can + # use repeatedly in your configuration files # Orb commands and jobs help you with common scripting around a language/tool, # so you don't have to copy and paste it everywhere. # See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/python diff --git a/.gitignore b/.gitignore index 83fed8f..2715d8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Ignore .idea folder for Jetbrains IDEs +.idea/ + # Ignore Python compiled files *.pyc __pycache__/ @@ -10,6 +13,3 @@ __pycache__/ # Ignore tests and coverage /.coverage /.noseids - -# Ignore PyCharm project folder -/.idea/