# # .gitignore # Zyquo MLX # # Author: Simon-Pierre Boucher # Mail: contact@spboucher.ai # # Build artifacts .build/ build/ dist/ *.app *.dmg *.zip *.icns # SPM / Xcode leftovers (no IDE, but keep clean anyway) .swiftpm/ *.xcodeproj/ *.xcworkspace/ DerivedData/ # Model weights, datasets, checkpoints, runs — NEVER commit *.safetensors *.gguf *.npz *.bin Models/ Datasets/ Runs/ Checkpoints/ adapters/ # Python environments .venv/ venv/ __pycache__/ *.pyc # Secrets *.p12 *.cer *.provisionprofile .env # macOS .DS_Store assets/icon/AppIcon.iconset/