From 7d16e29cab15920f1a999fd70ea1e9e5e5b2260b Mon Sep 17 00:00:00 2001 From: Riccardo Berto Date: Mon, 1 Mar 2021 15:21:47 +0100 Subject: [PATCH] exclude __pycache__ dir --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e5eb48..0cf09b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config.ini -gpx_files/ \ No newline at end of file +gpx_files/ +__pycache__/ \ No newline at end of file