From b842af5ac3d19c2feba794a95ddfb76606ea6925 Mon Sep 17 00:00:00 2001 From: timechess Date: Thu, 6 Jun 2024 20:20:31 +0800 Subject: [PATCH] update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3243d31..f53e4af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/LatentDiffusion/data/__pycache__ +**/__pycache__ *.pyc