build
__pycache__*
.coverage*
.venv
.mypy_cache
.pytest_cache
.ruff_cache
*.bak
.vscode
.idea
dist
venv/
*.egg-info
*.pyc
.DS_Store

# Authenticated documentation configs with real credentials
src/docr_mcp/config/authenticated/*.yml
!src/docr_mcp/config/authenticated/*.example.yml
