Skip to content

Commit f195a72

Browse files
committed
Code cleanup
1 parent 6bca42a commit f195a72

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
version: 2.1
22

33
orbs:
4-
# The python orb contains a set of prepackaged CircleCI configuration you can use repeatedly in your configuration files
4+
# The python orb contains a set of prepackaged CircleCI configuration you can
5+
# use repeatedly in your configuration files
56
# Orb commands and jobs help you with common scripting around a language/tool,
67
# so you don't have to copy and paste it everywhere.
78
# See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/python

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Ignore .idea folder for Jetbrains IDEs
2+
.idea/
3+
14
# Ignore Python compiled files
25
*.pyc
36
__pycache__/
@@ -10,6 +13,3 @@ __pycache__/
1013
# Ignore tests and coverage
1114
/.coverage
1215
/.noseids
13-
14-
# Ignore PyCharm project folder
15-
/.idea/

0 commit comments

Comments
 (0)