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

# Python
__pycache__/
*.pyc

# Test
.pytest_cache/

# Flux Topology cache (regenerable)
.fluxtop/

# graft's local graph cache — regenerable, not committed (run `graft build`).
/graft/
