Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPythonRemovePatterns = []glob.Glob{ glob.MustCompile("__pycache__"), glob.MustCompile("**/__pycache__"), glob.MustCompile("**.a"), glob.MustCompile("**.pdb"), glob.MustCompile("**.pyc"), glob.MustCompile("**/test_*.py"), glob.MustCompile("**/*.dist-info"), }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.