Skip to content

Commit 6b9e40b

Browse files
committed
Small details.
1 parent 8dd382b commit 6b9e40b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.gitignore

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
__pycache__/
2-
dist/
3-
build/
42
*.so
53
riskparityportfolio.egg-info/
64
var/
75
.DS_Store
8-
.idea/
96
.coverage*
107
docs/source/tutorials/.ipynb_checkpoints/*
11-
.eggs/
128
.ipynb_checkpoints/*
9+
10+
# IDE project files
11+
.idea/
12+
13+
# Distribution / packaging
14+
dist/
15+
eggs/
16+
build/
17+
riskparityportfolio.egg-info
18+

0 commit comments

Comments
 (0)