From 38708e6d1d00d0e95b526954b908bfaca7a14042 Mon Sep 17 00:00:00 2001 From: "georg.sinn-schirwitz" Date: Fri, 29 Aug 2025 15:07:41 +0200 Subject: [PATCH] extend gitignore with project specifics --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..3d31288 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +.github/copilot* +cache/ +logs/ + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/