From af0a09e7445e24b5d20e5c100e5b2cf537f2dbd2 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 7 May 2025 12:28:01 +0200 Subject: [PATCH] Update .gitignore to include out.py and output.txt Signed-off-by: Max P. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ac86692..f4dea78 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ coverage/ logs/ .locale/ -cache/ \ No newline at end of file +cache/ +out.py +output.txt