From d7459a4850f81cbd854267651b6df38409ba01ee Mon Sep 17 00:00:00 2001 From: Hans Spaans Date: Sat, 4 Nov 2023 12:04:43 +0100 Subject: [PATCH] Update Python.gitignore for PEP 441 PEP 441 introduces Python ZIP Applications to bundle a Python Application into a ZIP file with file extension `pyz`. --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..e19b0fdb 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,6 +1,6 @@ # Byte-compiled / optimized / DLL files __pycache__/ -*.py[cod] +*.py[codz] *$py.class # C extensions