Spaces:
Runtime error
Runtime error
File size: 148 Bytes
b5baf02 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# Python byte code, etc.
__pycache__/
# C/C++ object files/libraries
*.o
*.so
# macOS
**/.DS_Store
# tmp
~*
# third_party git
third_party/**.git |