.DS_Store
*.swp
*.swo
.venv/
__pycache__/
*.pyc
*.pyo
dist/
*.egg-info/

# Palace system directories (not knowledge — exclude from commits by default)
_metrics/

# Generated security scanner outputs (uploaded as CI artifacts, not versioned)
docs/audits/artifacts/

# Local MCP config (personal palace path — not committed)
.mcp.json

# mcp-publisher auth tokens (generated by locus-mcp CLI)
.mcpregistry_*

# Type checker / test caches
.mypy_cache/
.pytest_cache/

# Editor / IDE
.obsidian/
.idea/
*.code-workspace
