From e867c4d883d1880558fc6b28fee007d9d3fc704d Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Mon, 16 Mar 2026 15:21:18 +0100 Subject: [PATCH] chore: updating ray --- .rayignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .rayignore diff --git a/.rayignore b/.rayignore new file mode 100644 index 0000000..c71492e --- /dev/null +++ b/.rayignore @@ -0,0 +1,35 @@ +# Virtual environments +.venv +.venv* +venv +venv* +**/.venv +**/venv +**/node_modules +node_modules/ + +# Python caches +__pycache__/ +*.pyc +.ruff_cache/ +.pytest_cache/ + +# Git +.git/ + +# Large data and logs +data/ +experiments/ +wandb/ +dumplogs* +*.zip +*.pdf +*.log +*.dot + +# Other large dirs +PHANTOM_web/ +web/ +docs/ +paper/ +.nx/