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