stem-bio-ai / .slopconfig.yaml
Codex
sync hf space snapshot
6a1cba7
Raw
History Blame Contribute Delete
409 Bytes
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/*"