1
0
mirror of https://github.com/github/gitignore synced 2024-06-02 02:38:12 +02:00

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

View File

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