Merge pull request #19424 from github/tausbn/python-extract-hidden-file-by-default

Python: Extract files in hidden dirs by default
This commit is contained in:
Taus
2025-05-16 14:43:47 +02:00
committed by GitHub
15 changed files with 69 additions and 37 deletions

View File

@@ -1,3 +1,5 @@
| .hidden/inner/test.py |
| .hidden/module.py |
| folder/module.py |
| package |
| package/__init__.py |

View File

@@ -3,3 +3,4 @@
| Module foo.bar |
| Module foo.include_test |
| Package foo |
| Script hidden_foo.py |