From 989e9b03ca39245905350093d08f96fa475ab959 Mon Sep 17 00:00:00 2001 From: Anthony MOI Date: Wed, 27 Nov 2019 12:22:01 -0500 Subject: [PATCH] Ignore some python files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b393de52..c40f1ed3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ target /data /docs + +__pycache__ +*.so