# ignore all DS_Store files
.DS_Store
._.DS_Store
**/.DS_Store
**/._.DS_Store


# ignore pycache
utils/__pycache__
plots/__pycache__