From 78920739e7f5c3e1ee6d6c4632e513aabf108eb2 Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Thu, 19 Jan 2017 12:39:03 -0800 Subject: Lifecycle management for Toree Gateway The lifecycle enables starting/stopping the remote Toree instance when a Notebook is started/stopped. This also includes other minor changes to support Python 3.5.x --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 37175d5..1d6e284 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,11 @@ target dependency-reduced-pom.xml +#python files +*.pyc + + +#Application specific +*.pid src/main/resources/profile.json +src/main/resources/toree-gateway.properties -- cgit v1.2.3