From cb84ad7efcef2ce0edcc6586287fdd97c159cb6c Mon Sep 17 00:00:00 2001
From: Jon Griffiths <jon_p_griffiths@yahoo.com>
Date: Thu, 10 Oct 2024 17:08:55 +1300
Subject: [PATCH] gitignore: ignore wheel building directories

---
 .gitignore | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 641471f9..084dae30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,4 +11,6 @@ main/autogen_lang.*
 tools/bsdiff
 .idea/
 managed_components/
-.DS_Store
\ No newline at end of file
+.DS_Store
+dist/
+jade_client.egg-info/