From 2b35cf500029890b4927c62e843c260a45788efe Mon Sep 17 00:00:00 2001 From: Christian Morpurgo Date: Thu, 24 Apr 2025 19:36:25 +0200 Subject: [PATCH] add test_import to be ignored on export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 0934645..a1f351b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ docs/ export-ignore resources/ !resources/*.base64 +test_imports.py export-ignore \ No newline at end of file