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

# Test / tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

# Scrapy
.scrapy/

# Job storage (default lives in the system temp dir, but ignore a local one too)
scrapy_mcp_jobs/

# Editors / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
