From 924e4b11dba6c03f7459bef6cb019ff444287c29 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Mon, 2 Aug 2021 16:44:43 +0100 Subject: [PATCH] .gitignore: Ignore Python interpreter intermediate files Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e8113682..a94d62a1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ # SPDX-License-Identifier: Apache-2.0 docs/build +*.pyc +*.pyo -- GitLab