.venv/
__pycache__/
*.pyc
.DS_Store
.pytest_cache/

# Local model/LoRA weight files -- large binaries that belong in ~/.cache/mfluxible
# or wherever MFLUXIBLE_LORA_PATHS points, never in the repo.
*.safetensors

# Editor backup files.
*~

# Build artifacts from `uv build` (root) and `uv build clients/` (the MCP package).
/dist/
/dist-mcp/
/clients/dist/

# A real config file, as opposed to mfluxible.example.toml which is checked in.
# Keeping it out matters more than usual: it can hold basic_auth_password and
# bearer_token.
/mfluxible.toml
