-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpython-linux-dart.exclude
More file actions
41 lines (41 loc) · 1.15 KB
/
Copy pathpython-linux-dart.exclude
File metadata and controls
41 lines (41 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Files to exclude for Linux distro
#
*.py
lib/python*/lib-dynload/_test*.so
lib/python*/lib-dynload/_ctypes_test*.so
lib/python*/lib-dynload/xxlimited*.so
lib/python*/lib-dynload/xxsubtype*.so
lib/python*/lib-dynload/_xxtestfuzz*.so
# curses package is excluded below, so its C extensions are dead weight
lib/python*/lib-dynload/_curses*.so
lib/python*/lib-dynload/_curses_panel*.so
lib/python*/curses
lib/python*/ensurepip
lib/python*/idlelib
lib/python*/lib2to3
lib/python*/pydoc_data
lib/python*/test
lib/python*/tkinter
lib/python*/turtle*
lib/python*/wsgiref
# Interactive-REPL / dev-only modules + easter eggs / frozen demos (never imported when
# running a script in embedded mode). Globs catch the .pyc too (sources go via *.py above).
# _pyrepl is intentionally NOT pruned: CPython 3.14's pydoc and pdb import it at module
# load, so dropping it breaks pydoc / pdb / pytest / anything that imports them.
lib/python*/rlcompleter*
lib/python*/tabnanny*
lib/python*/antigravity*
lib/python*/this*
lib/python*/__hello__*
lib/python*/__phello__
lib/itcl*
lib/tcl*
lib/thread*
lib/Tix*
lib/tk*
share
*/__pycache__
lib/python*/config-*
lib/pkgconfig
lib/python*/site-packages
bin