19 lines
140 B
Plaintext
19 lines
140 B
Plaintext
# C
|
|
*.o
|
|
bin/
|
|
buildfiles/
|
|
**/obj/
|
|
dist/
|
|
**/bazel-*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
*.egg-info/
|
|
|
|
# Tests
|
|
*.txt.uncompressed
|
|
*.br
|
|
*.unbr
|