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

# 虚拟环境
.venv/
venv/
env/

# 开发工具
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
*.swp

# ScrapeKit 本地数据
~/.scrapekit/

# 系统
.DS_Store
Thumbs.db
