From 33a384863f0f068e6d18553552df174a552b2aa8 Mon Sep 17 00:00:00 2001 From: Minyus Date: Mon, 29 Apr 2019 02:46:10 +0800 Subject: [PATCH] no message --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff8ef67..00519b4 100644 --- a/.gitignore +++ b/.gitignore @@ -104,4 +104,12 @@ venv.bak/ .mypy_cache/ # PyCharm -.idea/ \ No newline at end of file +.idea/ + +# pipenv files +Pipfile +Pipfile.lock + +# Output CSV files +examples/CATE_for_Train.csv +examples/CATE_for_Test.csv