Spaces:
Runtime error
Runtime error
File size: 106 Bytes
f315ab4 |
1 2 3 4 5 6 7 8 9 10 11 |
# Python
**/__pycache__
**/*.pyc
**/*.pyo
**/*.pyd
# Ignore unit tests.
**/*_test.py
# Mac OS.
.DS_Store
|