From 229f59e7c3c5cb6b58563ef5f4d46a6a3a43ccd9 Mon Sep 17 00:00:00 2001 From: dirkf Date: Mon, 7 Oct 2024 15:52:33 +0100 Subject: [PATCH] [core] Let Git ignore `__pycache__`, `.pytest_cache` --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c4870a6ba..0214efca9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +__pycache__/ *.pyc *.pyo *.class @@ -5,6 +6,7 @@ *.DS_Store wine-py2exe/ py2exe.log +.pytest_cache/ *.kate-swp build/ dist/