# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
lib/
lib64/
parts/
sdist/
var/
wheels/
.installed.cfg

# Virtual environments
.venv/
venv/

# Testing
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Ruff
.ruff_cache/

# OS
.DS_Store

# Local config
.env
.env.local
*.local.md

# MkDocs
site/

# MCP Registry
mcp-publisher
.mcpregistry_*

# Benchmarks (regenerable outputs)
benchmarks/results/*.json
benchmarks/results/*.html
