From a8893b2840de4fbe280dd69f5b75051dadb04897 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 18 Aug 2017 17:17:40 -0700 Subject: .gitignore: add __pycache__ Which is where python3 puts it's cached byte compiled objects --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 82a6fcac..7484aab5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ docs/build docs/source/configuration/*table.rst tags .eggs +__pycache__ -- cgit v1.2.3