scripts/__pycache__/
__pycache__/
scripts/*.pyc
*.py[cod]
*$py.class

.venv/
venv/
env/
.python-version

.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

build/
dist/
*.egg-info/

seo-report-*.html
SEO-REPORT.html
FULL-AUDIT-REPORT.md
ACTION-PLAN.md
GITHUB-SEO-REPORT.md
GITHUB-ACTION-PLAN.md
screenshots/
.github-seo-data/
plan.md
tmp/

# Local secrets (never commit)
.env
.env.local
.env.*.local
*.pem
*.key
*.p12
*.pfx
creds.json
credentials.json
service-account*.json
