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