| # macOS system files | |
| .DS_Store | |
| # Git LFS pointer file safety (optional if using Git LFS) | |
| *.lfs | |
| # Thumbnails or Finder previews | |
| ._* | |
| # Xcode project user data (if you're using Xcode in this repo) | |
| *.xcuserstate | |
| *.xcuserdata/ | |
| # Backup files | |
| *.swp | |
| *.swo | |
| *.bak | |
| *~ | |
| # Python cache (if using training scripts) | |
| __pycache__/ | |
| *.pyc | |
| # VSCode settings (if you use it) | |
| .vscode/ | |
| # Ignore system trash | |
| .Trashes | |
| # Ignore model artifacts not under version control | |
| *.mlmodelc | |