From c719bd775713b91cd155f89b0cbf45702e69658b Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Mon, 15 Apr 2019 08:26:12 -0400 Subject: [PATCH] BLD: add __pycache__ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f4f64aac23905..56828fa1d9331 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,7 @@ coverage_html_report *.pytest_cache # hypothesis test database .hypothesis/ +__pycache__ # OS generated files # ######################