From 2d3b4817a00adfb01869fe2ec95d0b185fa162cd Mon Sep 17 00:00:00 2001 From: Simon Ehrenstein <simon.ehrenstein@gmail.com> Date: Tue, 22 Sep 2020 12:41:36 +0200 Subject: [PATCH] Remove .pyc files and update global .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 36f08fd69..92bbd5ad6 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ tmp/ # Python Venv .venv + +# Python cache files +*.pyc \ No newline at end of file -- GitLab