File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
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
Original file line number Diff line number Diff line change 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 /
You can’t perform that action at this time.
0 commit comments