From 37bdee415f6b040b5de671fe7fa5587c9bedb7ab Mon Sep 17 00:00:00 2001 From: polarbean <harry.carey95@gmail.com> Date: Mon, 24 Mar 2025 16:10:28 +0100 Subject: [PATCH] update gitignore to ignore zone id files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8c2731a..4a0e72d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,8 @@ __pycache__/ demo_data/* # C extensions *.so - +# WSL zone identifiers +*:Zone.Identifier* # Distribution / packaging .Python build/ -- GitLab