Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Ignore .eggs/*
  • Loading branch information
mrconway committed Aug 13, 2019
1 parent 86622be commit 9ed5f15
Showing 1 changed file with 16 additions and 27 deletions.
43 changes: 16 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,19 @@

*.pyc

*.iml

.idea/.name

*.egg-info*

*build*

*.whl

*.gz

.idea/encodings.xml

.idea/inspectionProfiles/profiles_settings.xml

.idea/misc.xml

.idea/modules.xml

.idea/vcs.xml

.idea/workspace.xml
.idea/other.xml
*.pyc

*.iml

*.egg-info*

*build*

*.whl

*.gz

.idea/*

.eggs/*

alphapy/examples/Trading System/.ipynb_checkpoints/A Trading System-checkpoint.ipynb
*.pkl
*.png

0 comments on commit 9ed5f15

Please sign in to comment.