https://github.com/poldracklab/mriqc
Raw File
Tip revision: dc05f73b8bd2b64a0b0f3426095fe110fd7528c2 authored by Oscar Esteban on 18 May 2017, 03:46:51 UTC
update artifacts
Tip revision: dc05f73
.dockerignore
# python cache
__pycache__/**/*
__pycache__
*.pyc

# python distribution
build/**/*
build
dist/**/*
dist
mriqc.egg-info/**/*
mriqc.egg-info
.eggs/**/*
.eggs
src/**/*
src/

# releasing
Makefile

# git
.gitignore
.git/**/*
.git

# other
agave/**/*
agave
notebooks/**/*
notebooks

# CircleCI venv
venv/**/*
venv/
back to top