mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-02-08 16:43:28 +01:00
8 lines
92 B
Python
8 lines
92 B
Python
resources(
|
|
sources = [
|
|
"!**/*.pyc",
|
|
"!BUILD*",
|
|
"**/*",
|
|
],
|
|
)
|