# OS files
*.DS_Store
thumbs.db

# Python cache
**/__pycache__/*

# Matlab files
*.mat

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

# GUI build files
Siguls_gui.py

#SIGULS data
data.bin
**/SIGULS_data/*