From b6841495fce9a7370654d41e3f346e3dda801234 Mon Sep 17 00:00:00 2001 From: Mathias Quillot Date: Mon, 15 Jul 2019 09:32:37 +0200 Subject: [PATCH] Ignoring binary cache cpython --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 073ccc8..41c9079 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ exp/ data/ -test/ \ No newline at end of file +test/ +bin/__pycache__ -- 1.8.2.3