From a1844fb19579093790b5cce5c41418461f8f892b Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Sat, 6 Aug 2022 08:21:30 +0100 Subject: [PATCH] gitignore: Exclude *.wvd for security --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d48f9fb..63922e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# pywidevine +*.wvd + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]