From 836d7410b2f0b8cb0133b3bb9fcfd8963b60fdb5 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Tue, 19 May 2026 20:49:34 +0200 Subject: [PATCH] Ignore common python files in .gitignore Quick quality of life improvement. Change-Id: I4f7291190f2480fe7c78cc0d3462d59578ff6242 Signed-off-by: Bertrand Lanson --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8531fdc6..7a197087 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,7 @@ ansible_collections FILES.json MANIFEST.json importer_result.json + +**/__pycache__ +.venv +.python-version