*.lo
*.o
*.cuo
-*.pyc
# Compiled Dynamic libraries
*.so
*.pyc
# Compiled MATLAB
-*.mex
-*.mexa64
-*.mexmaci64
+*.mex*
# build, distribute, and bins
build/*
# User's build configuration
Makefile.config
-# Models, Data, and Examples are either
+# Data and examples are either
# 1. reference, and not casually committed
# 2. custom, and live on their own unless they're deliberated contributed
-models/*
data/*
examples/*
-# Don't version the generated documentation
+# Generated documentation
docs/_site
_site