Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions patch/Python/release.iOS.exclude
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a list of support package path patterns that we exclude
# from all Python-Apple-support tarballs.
# It is used by `tar -X` during the Makefile build.
# Remove pyc files. These take up space, but since most stdlib modules are
# never imported by user code, they mostly have no value.
*/__pycache__
# Remove -opt-*.pyc files. These take up a lot of space, but won't be used for
# most deployments.
*.opt-*.pyc
6 changes: 3 additions & 3 deletions patch/Python/release.tvOS.exclude
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a list of support package path patterns that we exclude
# from all Python-Apple-support tarballs.
# It is used by `tar -X` during the Makefile build.
# Remove pyc files. These take up space, but since most stdlib modules are
# never imported by user code, they mostly have no value.
*/__pycache__
# Remove -opt-*.pyc files. These take up a lot of space, but won't be used for
# most deployments.
*.opt-*.pyc
6 changes: 3 additions & 3 deletions patch/Python/release.watchOS.exclude
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a list of support package path patterns that we exclude
# from all Python-Apple-support tarballs.
# It is used by `tar -X` during the Makefile build.
# Remove pyc files. These take up space, but since most stdlib modules are
# never imported by user code, they mostly have no value.
*/__pycache__
# Remove -opt-*.pyc files. These take up a lot of space, but won't be used for
# most deployments.
*.opt-*.pyc