From 7d3fea659f0951e59a14c0e8d81faebfc08c144d Mon Sep 17 00:00:00 2001 From: KYUNGMO TAK Date: Fri, 8 May 2026 14:10:14 +0900 Subject: [PATCH] Modified .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ef60192..31cbb98 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ .DS_Store .idea/ /log -/__pycache__ \ No newline at end of file +/__pycache__ +/custom_lib.egg-info +.venv/