From 103069c8521624dec811ce2703fc83767a107308 Mon Sep 17 00:00:00 2001 From: Jan Vansteenkiste Date: Thu, 20 Jun 2019 10:01:41 +0200 Subject: [PATCH] Ignore *.pyo too. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7485be9..d919879 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Ignore saved route files *.csv -# Ignore pyc files +# Ignore compiles python files +*.pyo *.pyc