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/