.npy
.npz
.NPY and .NPZ are file formats associated with NumPy, a Python library for mathematics and scientific computing.
An NPY file stores a single "array" data structure.
An NPZ file is a ZIP-based container for multiple NPY files.