Skip to content

Commit 92012d5

Browse files
Add Python deployment path exclusions
Signed-off-by: Aryan-SINGH-GIT <aryansingh12oct2005@gmail.com>
1 parent f2bca14 commit 92012d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scanpipe/pipes/d2d_config.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,18 @@ class EcosystemConfig:
183183
ecosystem_option="Python",
184184
source_symbol_extensions=[".pyx", ".pxd", ".py", ".pyi"],
185185
matchable_resource_extensions=[".py", ".pyi"],
186+
deployed_resource_path_exclusions=[
187+
"*.cmake",
188+
"*.mo",
189+
"*.toml",
190+
"*.txt",
191+
"*.db",
192+
"*.conf",
193+
"*.pth",
194+
"*.dist-info/*",
195+
"*.pc",
196+
"*.la",
197+
],
186198
),
187199
}
188200

0 commit comments

Comments
 (0)