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

# Virtual environment
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Project-specific
*.encrypted
*.key
credentials.json
token.json

# Logs
*.log

# MCP / agent scratch
.playwright-mcp/

# Claude Code local settings (contains per-user paths)
.claude/settings.local.json

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Distribution artifacts
dist/
build/

# Local environment file
.env
