From 25ec2b956427bc8881d7fff92c776c21b2146ae6 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 30 Oct 2024 18:39:29 -0600 Subject: [PATCH] Ignore .egg-info directory produced by `uv` on Linux --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 65aeadce..bee174b2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,7 @@ public/*.svg github_schema.json github_schema.py +zcash_developer_tools.egg-info + GITHUB_TOKEN ZENHUB_TOKEN