From cb5381946911d0a65a46f7d9402936ad1f18fac3 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 14 Mar 2016 21:45:45 +0100 Subject: [PATCH] [DEV] better gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b8bd026..e5fcee4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,7 @@ *.exe *.out *.app + +#python +__pycache__ +*.pyc