From 262c1fbcb9f77bd5427aa576c14d81d47d781145 Mon Sep 17 00:00:00 2001 From: stijnvanhoey Date: Sat, 30 Sep 2017 16:45:51 +0200 Subject: [PATCH] Extract python artifacts from history --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 090a1f0..a6ebe9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ .idea .DS_Store + +__pycache__/ +*.py[cod] + +.ipynb_checkpoints