From 0ddd0959971e645e68fcae79a46cdb3d86f3a29f Mon Sep 17 00:00:00 2001 From: haikdc Date: Tue, 16 Jun 2026 07:45:22 -0700 Subject: [PATCH] [haik]: added egg info to gitignore --- backend/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index 6e519548..46722a17 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -15,4 +15,7 @@ apps/db/snips/* !apps/db/snips/.gitkeep # ignore everything in data/ -data/** \ No newline at end of file +data/** + +# ignore egg info +*.egg-info/ \ No newline at end of file