mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
chore: updating ray
This commit is contained in:
35
.rayignore
Normal file
35
.rayignore
Normal file
@@ -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/
|
||||
Reference in New Issue
Block a user