From e9c545e86c62319f77bf106e53e0e09c0d3f698e Mon Sep 17 00:00:00 2001 From: Daniel Huppmann Date: Mon, 15 Oct 2018 08:16:34 +0200 Subject: [PATCH] add gitignore --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d184936 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# data and output directories +data/* +assessment/output/* + +# Apple file system +.DS_STORE + +# figures +*.png +*.eps +*.pdf + +# ipython notebook checkpoints +*-checkpoint.ipynb + +# data files +*~ +~* +*csv +*xlsx +*.yaml + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class