https://github.com/poldracklab/mriqc
Raw File
Tip revision: 7a4bcea3460d3f62ce8e7c7744d369615c6852ff authored by Oscar Esteban on 24 March 2023, 18:43:45 UTC
rel(23.0.1): pin new release of niworkflows [skip ci]
Tip revision: 7a4bcea
.dockerignore
# python cache
.cache/
__pycache__/**/*
__pycache__
*.pyc

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

# releasing
Makefile

# git
.github/
.gitignore
.gitattributes
.git/**/*
.git

# Maintenance
.circleci/
.maint/
.codecov.yml
.coveragerc
.pep8speaks.yml
.pylintrc
.readthedocs.yaml
.travis.yml
.zenodo.json
CONTRIBUTING.md
codecov.yml
docs
docs/**/*
long_description.rst
notebooks
notebooks/**/*
requirements-dev.txt
requirements.txt
venv/
venv/**/*
back to top