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

# Throwaway DOM captures used while debugging selectors
docs/x-tweet/

# uv
.uv/

# Environment
.env
.env.local

# Personal Claude instructions (kept out of the repo)
CLAUDE.local.md

# Browser session / Patchright user data
# Default profile now lives at ~/.x-mcp/profile (outside the repo); these cover
# legacy/relative overrides of X_USER_DATA_DIR.
.x-mcp-data/
.x-mcp/
user-data/
*.session

# Tooling
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# OS / editor
.DS_Store
.idea/
.vscode/*
!.vscode/settings.json
