# Claude Code
.claude/
CLAUDE.md

# IDE / tooling
.idea/
.mypy_cache/
.ruff_cache/
.mcpregistry_*

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Docs build
site/

# Runtime artifacts
*.db

# Temp / scratch
_*.md
*.draft.*
*.tmp.*
*.bak

# Internal marketing / social drafts
.github/DEVTO_ARTICLE.md
.github/SOCIAL.md
context/
