diff options
Diffstat (limited to 'data/files/allowed-python-files')
-rw-r--r-- | data/files/allowed-python-files | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/files/allowed-python-files b/data/files/allowed-python-files new file mode 100644 index 0000000..d559938 --- /dev/null +++ b/data/files/allowed-python-files @@ -0,0 +1,7 @@ +# Regular expressions (/i) of filenames that are allowed in top-level Python +# directories such as /usr/lib/python3/dist-packages + +\.egg-info$ +\.so$ +\.pth$ +\.py[ic]?$ |