From c3a2156495ceedbbec2bfafc7fd30f47cb296dfe Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Sun, 22 Apr 2018 18:36:41 -0700 Subject: [PATCH] updates gitignore with blockchain considerations --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8bacdb57b..cc9df0788 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.gitignore __pycache__ *.pyc /.venv @@ -16,3 +17,6 @@ _temp_test_datastore /registrar.json /dist chains +*logs* +*.ipynb* +.ethash \ No newline at end of file