# Virtual environment
mcp_env/

# MCP cache contents (but keep the folder)
.mcp_cache/*
!.mcp_cache/.gitkeep

# Local tool state
.claude/
.mcp.json

# Python build artifacts
__pycache__/
*.py[cod]

# Downloaded libclang binaries
lib/**/libclang*
