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`.
This commit is contained in:
Hans Spaans 2023-11-04 12:04:43 +01:00 committed by GitHub
parent 4488915eec
commit d7459a4850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.py[codz]
*$py.class
# C extensions