Build pipeline: openpipelines-bio.openpipeline-spatial.build-main-vddz8
Source commit: 4e9723127d
Source message: deploy: bd077dc2a66dae009780f4c95ebb8a0f19116470
58 lines
549 B
Plaintext
58 lines
549 B
Plaintext
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
*.launch
|
|
.settings/
|
|
.vscode
|
|
|
|
# Temp
|
|
gitignore
|
|
test_results
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Nextflow
|
|
work
|
|
.nextflow*
|
|
|
|
# viash
|
|
check_results/
|
|
out/
|
|
output*
|
|
output_log/
|
|
resources_test
|
|
/viash_tools/
|
|
/test/
|
|
|
|
# jupyter notebook
|
|
/.ipynb_checkpoints/
|
|
*.ipynb
|
|
|
|
# compress
|
|
/__MACOSX/
|
|
|
|
# python
|
|
*__pycache__*
|
|
|
|
# Python virtual environments
|
|
.venv
|
|
|
|
# temporary files related
|
|
temp
|
|
|
|
# NextFlow
|
|
work/
|
|
.nextflow.log
|
|
.nextflow*
|
|
out/
|
|
trace*.txt
|
|
|
|
# Macos
|
|
.DS_Store
|
|
|
|
# vscode
|
|
.vscode/launch.json
|
|
.vscode/settings.json |