From 3eaee0fa0eaf94f3cf6ab7dc04b840968cc8ab00 Mon Sep 17 00:00:00 2001 From: yenru0 Date: Mon, 12 May 2025 05:25:25 +0900 Subject: [PATCH] add src features to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4591203..b41ee59 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ build/ venv .venv +src/* + + .ipynb_checkpoints __init__.py