mirror of
https://github.com/twitter/the-algorithm.git
synced 2026-01-14 00:12:50 +00:00
8 lines
92 B
Python
8 lines
92 B
Python
resources(
|
|
sources = [
|
|
"!**/*.pyc",
|
|
"!BUILD*",
|
|
"**/*",
|
|
],
|
|
)
|