File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
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
5
6
# Orb commands and jobs help you with common scripting around a language/tool,
6
7
# so you don't have to copy and paste it everywhere.
7
8
# 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
+
1
4
# Ignore Python compiled files
2
5
* .pyc
3
6
__pycache__ /
@@ -10,6 +13,3 @@ __pycache__/
10
13
# Ignore tests and coverage
11
14
/.coverage
12
15
/.noseids
13
-
14
- # Ignore PyCharm project folder
15
- /.idea /
You can’t perform that action at this time.
0 commit comments