Spaces:
Sleeping
Sleeping
File size: 409 Bytes
6a1cba7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | exclude_dirs:
- tmp
- audits
- build
- dist
- stem_output
- .manual_verify
- .pytest_cache
- .tmp_build_temp
- .tmp_pycompile
- .tmp_pytest
- .tmp_pytest_run
- __pycache__
- "*.egg-info"
exclude_files:
- "tmp/*"
- "build/*"
- "*/tmp/*"
- "*/build/*"
- "audits/*"
- "*/audits/*"
- "stem_output*/*"
- "*/stem_output*/*"
- ".manual_verify/*"
- "*/.manual_verify/*"
|