Skip to content

Commit

Permalink
Small details. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dppalomar authored May 27, 2024
1 parent 17e5eda commit 39e6120
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
__pycache__/
dist/
build/
*.so
riskparityportfolio.egg-info/
var/
.DS_Store
.idea/
.coverage*
docs/source/tutorials/.ipynb_checkpoints/*
.eggs/
.ipynb_checkpoints/*

# IDE project files
.idea/

# Distribution / packaging
dist/
eggs/
build/
riskparityportfolio.egg-info

0 comments on commit 39e6120

Please sign in to comment.