From 9d5433b6856900e4482157c383b26f3173f2706e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 2 Dec 2022 03:55:30 +0800 Subject: Add --exclude '.pytest_cache' --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f5cff4ec9..f8570d6de 100644 --- a/Makefile +++ b/Makefile @@ -97,6 +97,7 @@ yt-dlp.tar.gz: all --exclude '*.pyo' \ --exclude '*~' \ --exclude '__pycache__' \ + --exclude '.pytest_cache' \ --exclude '.git' \ -- \ bin README.md Changelog.md LICENSE \ -- cgit v1.2.3