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

# Last-used save path config (local state, not for sharing)
.model_diff_save_path.json

# Editors
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
