Build pipeline: vsh-ci-dev-k8tz4
Source commit: 2dbe3b7231
Source message: Fix pointers to test resources
40 lines
397 B
Plaintext
40 lines
397 B
Plaintext
# Jupyter notebooks
|
|
.ipynb_checkpoints
|
|
|
|
# pycache
|
|
*__pycache__*
|
|
.nfs*
|
|
|
|
# R related
|
|
.Rhistory
|
|
*.Rproj
|
|
.Rproj.user
|
|
|
|
# Python virtual environments
|
|
.venv
|
|
|
|
# temporary files related
|
|
temp
|
|
|
|
# NextFlow
|
|
work/
|
|
.nextflow.log
|
|
flowchart.*
|
|
.nextflow*
|
|
out/
|
|
|
|
# Macos
|
|
.DS_Store
|
|
|
|
# viash related
|
|
.viash_log*
|
|
log.txt
|
|
check_results/
|
|
out/
|
|
output*
|
|
output_log/
|
|
resources_test
|
|
/viash_tools/
|
|
|
|
# vscode
|
|
.vscode/launch.json |