# Python
venv/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/

# MLX cache
.cache/
*.safetensors

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store
