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

# Crawled index output (regenerate via ingest; keep only the seed in git)
data/android/
data/apple/
*.index

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.DS_Store

# Secrets / local config
.env
.env.*
