# Build
build/
build_mex/

# OS
.DS_Store

# IDE
.vscode/
.cache/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
*.egg

# Virtual environments
.venv/
venv/

# C build artifacts
*.o
*.a
*.so
*.dylib
*.dll
*.mex*

# MATLAB
*.asv

# Data / output files
*.mat
*.csv
*.png
!python/examples/demo.png
*.jpg
*.gz
*.bz2
