# Python bytecode
**/*.pyc
**/__pycache__/
*.pyo
*.pyd

# Build artifacts
*.egg-info/
dist/
build/

# Test outputs
*.trk
*.trx
*.nii.gz
