From 21aa2470023e01dcd5bdac581e3d7819b57a8097 Mon Sep 17 00:00:00 2001 From: KorRyu3 <146335193+KorRyu3@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:23:12 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=8D=E8=A6=81=E3=81=AAignore?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0854267a..f99e12a8 100644 --- a/.gitignore +++ b/.gitignore @@ -85,9 +85,6 @@ ipython_config.py # Profiling *.pclprof -# pyenv -.python-version - # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # However, in case of collaboration, if having platform-specific dependencies or dependencies @@ -138,14 +135,12 @@ dmypy.json .pyre/ # datasets and projects -datasets/ -runs/ wandb/ tests/ .DS_Store # Neural Network weights ----------------------------------------------------------------------------------------------- -weights/ +weights/* *.weights *.pt *.pb