# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
wheels/

# Virtual environments
.venv/
venv/
env/
ENV/

# uv
.uv/

# Testing
.pytest_cache/
pytest-cache-files-*/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

# Type checkers
.mypy_cache/
.dmypy.json
.pyright/

# Ruff
.ruff_cache/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# specmcp corpus cache (fetched at CI time, not committed)
test-corpus/.cache/

# Secrets / local config
*.env
.env
.env.*
!.env.example
mcp.config.local.yaml

# AI assistant instructions (local only)
CLAUDE.md
.claude/

# Internal design / planning docs (local reference only)
docs/security-review.md
docs/oauth-design-v2.md
docs/implementation-plan-v1.md
docs/api-to-mcp-design-v1.md
docs/api-to-mcp-requirements.md
docs/feature-gap-plan-v1.1.md
docs/oauth-implementation-plan.md
docs/conversion-process.md
