https://github.com/poldracklab/mriqc
Raw File
Tip revision: 6282aa8625dddb6d4da8a7434a803ad40313485a authored by Oscar Esteban on 15 August 2018, 23:59:38 UTC
[skip ci] Update CHANGES release 0.13.0
Tip revision: 6282aa8
.dockerignore
# python cache
.cache/
__pycache__/**/*
__pycache__
*.pyc

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

# releasing
Makefile

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

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

# CircleCI and Travis
venv/**/*
venv/
.circleci/
.travis.yml
codecov.yml
CONTRIBUTING.md
.pylintrc
.readthedocs.yml
back to top