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

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Environment & secrets
.env
.env.*
*.pem
credentials.yaml

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Build artifacts
*.whl

# uv
.python-version

# MCPFang scan reports & artifacts
reports/
mcpfang.yaml
mcpfang-report.*
*.sarif
*.raw.json

# Project docs (tracked separately)
docs/ARCHITECTURE.md
docs/STRATEGY.md
docs/superpowers/
CLAUDE.md
benchmarks/

# Claude Code local settings
.claude/settings.local.json

# Playwright MCP artifacts
.playwright-mcp/

# Misc local config
config.json
