# Credentials and tokens (never commit; this package ships zero secrets)
*.json
!package.json
!manifest.json
sa.json
client_secret*.json
token*.json
psi_api_key.txt
token.txt
config.toml
.config/

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

# Internal strategy + planning docs (never push these). Keep them under
# ~/.local/share/seo-monster-private/ or in a .private/ subdirectory of a
# local clone; both stay off the public repo.
RESEARCH-AND-PROPOSAL.md
LISTINGS-PLAN.md
PLAN.md
marketing/
.private/

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

# OS
.DS_Store
