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

# Virtual environments
.venv/
venv/

# Crawlr runtime data (SQLite DB, selector cache, snapshots)
.crawlr/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Env / secrets
.env

# OS
.DS_Store
