Files
ray-project--ray/python/ray/_private/runtime_env/__init__.py
T
2026-07-13 13:17:40 +08:00

4 lines
221 B
Python

# List of files to exclude from the Ray directory when using runtime_env for
# Ray development. These are not necessary in the Ray workers.
RAY_WORKER_DEV_EXCLUDES = ["raylet", "gcs_server", "cpp/", "tests/", "core/src"]