Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add gitattributes for binary files
This commit adds the .gitattributes file to specify that certain file types should be treated as binary files. Specifically, it includes patterns for Python data files (*.npy), Matlab data files (*.mat), compiled Python files (*.pyc), and GMSH mesh files (*.msh). This helps ensure that these files are not modified or corrupted when being tracked by Git.
- Loading branch information