# OS files
*.DS_Store
thumbs.db

# Python cache
**/__pycache__/*

# Matlab files
*.mat

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

# Pytest
*.xml

# Coverage
.coverage