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

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

# other
testdata/
work/**/*
work
out/**/*
out/
