summaryrefslogtreecommitdiffstats
path: root/data/files/allowed-python-files
blob: d5599382ca3b794740fb250e864e91ccc38384fb (plain)
1
2
3
4
5
6
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]?$