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

# IDE (personal settings)
.idea/
.vscode/*
!.vscode/mcp.json
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Temp files
*.tmp
*.temp
*.log

# Local config (if any)
.env
.env.local

# Local docs (not tracked)
local_docs/

# Legacy Chinese tree — not maintained; never commit (single source of truth is .agent/)
.agent_cn/

# MCP Registry publisher (local tool + tokens)
mcp-publisher*
.mcpregistry_*

# Internal development files (not part of public release)
# These files contain development state, architecture decisions,
# and internal plans that are kept local-only.
.agent/project/
.cursor/plans/
.mcp.json
mcp_config.json
