# Compiled source #
###################
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.mtl


# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# 3D data #
############
*.mat
# *.pkl
# *.obj
*.dat
*.npz

# python file #
############
*.pyc
__pycache__
build

# pixie data
###
*.obj
*.yaml
*.pkl
*.npy
# data
internal
pixie-env
eval-script
results
scripts
data/*
!data/*.png
Testsamples/*/results

