# OS files
*.DS_Store
thumbs.db

# Python cache
**/__pycache__/*

# Matlab files
*.mat

# Build files
**/dist/*
*.egg-info

# Pytest
*.xml

# Coverage
.coverage

# Sphinx
**/_build/*
**/_static/*
**/_templates/*
docs/generated/*
