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

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

# Crawl output and state
.crawl/
crawls/
*.jsonl
!tests/data/*.jsonl

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

# Default HTTP cache directory
.wintergrab-cache/
