Something went wrong on our end
-
44dac703
.gitignore 427 B
# Ignore paths to actual GPFS logs
data
# Ignore all potential Slurm outputs from running jobs
slurm-*
out/
err/
# Ignore cache directories
__pycache__
.ipynb_checkpoints/
# Ignore quarto outputs
quarto*
*.html
general-report_files
# Ignore CUDA and dask logs
cufile.log
output.log
rmm_log.txt
dask-logs/*
# Ignore poetry configuration
poetry.toml
# Ignore local vscode config
.vscode
# Ignore random extra files
extra/