From 124ccb1ac17d5b7a27dd81b3d8f8fed6ef1a5408 Mon Sep 17 00:00:00 2001 From: chiprodoy Date: Wed, 14 Jun 2023 05:45:11 +0700 Subject: [PATCH] add gitignore for build folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6162863..e7e375e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ dist .DS_Store *.egg-info -auto_subtitle/__pycache__ \ No newline at end of file +auto_subtitle/__pycache__ +build