.DS_Store
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.uv-cache/
.venv/
dist/
build/
*.egg-info/
artifacts/
reports/
docs/test-report.pdf
.matrouter/
.omx/

# Local MCP client config — holds real API keys, must not be committed.
.mcp.json
!plugins/matrouter/.mcp.json

# Local Codex project config — may contain machine-specific absolute paths.
.codex/config.toml

# Local agent auto-discovery installs; public skill sources live in skills/.
.agents/*
!.agents/plugins/
.agents/plugins/*
!.agents/plugins/marketplace.json
paper/
matrouter_CPC_v2/

# LaTeX build artifacts from the CPC submission bundle.
matrouter_CPC_v2/*.aux
matrouter_CPC_v2/*.blg
matrouter_CPC_v2/*.log
matrouter_CPC_v2/*.out
matrouter_CPC_v2/*.spl
