From 9ed5f154d8b7fad0fcadc109bce74da2d6fb9740 Mon Sep 17 00:00:00 2001 From: Mark Conway Date: Tue, 13 Aug 2019 16:26:57 -0400 Subject: [PATCH] Update .gitignore Ignore .eggs/* --- .gitignore | 43 ++++++++++++++++--------------------------- 1 file changed, 16 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index ea6ac42..88bca4e 100644 --- a/.gitignore +++ b/.gitignore @@ -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