# python cache
__pycache__/**/*
__pycache__
*.pyc

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

.tox
.pixi
.pixi/**/*
