forked from AgriciDaniel/claude-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
143 lines (115 loc) · 2.2 KB
/
.gitignore
File metadata and controls
143 lines (115 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# Generated output
output/
.planning/
*.tmp
*.bak
*.swp
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.sublime-*
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
*.egg-info/
dist/
build/
.eggs/
# Virtual environments
venv/
.venv/
env/
.env/
# Secrets and credentials (NEVER commit these)
.env
.env.*
*.env
**/.env
**/client_secret*.json
**/service_account*.json
**/oauth-token.json
**/.google-token.json
# Node (if any)
node_modules/
# Logs
*.log
# Archives (don't commit zips)
*.zip
*.tar.gz
# Screenshots (generated during analysis)
screenshots/
# Temporary analysis files
*-AUDIT-REPORT.md
*-ACTION-PLAN.md
FULL-AUDIT-REPORT.md
ACTION-PLAN.md
GEO-ANALYSIS.md
SCHEMA-REPORT.md
SITEMAP-REPORT*.md
VALIDATION-REPORT.md
# Generated artifacts from audits
charts/
*.pdf
report.html
generated-schema.json
rankenstein-schema-audit.md
capture_closeups.py
capture_desktop.py
generate_charts.py
generate_pdf.py
# Debug logs
firebase-debug.log
firebase-debug.*.log
# Generated / site-specific scripts (not part of the generic tool)
scripts/mobile_analysis.py
# Audit reports with alternate naming conventions
sitemap-validation-report.md
*-validation-report.md
# Temporary download directories
claude-ads-main/
claude-seo-main/
# Root-level duplicate media files (originals live in screenshots/)
Cover Image.jpeg
seo audit demo.gif
seo command demo.gif
.github-audit/
# Generated Google SEO reports
Google-SEO-Report-*.html
Google-SEO-Report-*.pdf
# Claude Code local config (project-specific permissions, not for repo)
.claude/
.superpowers/
# Site-specific analysis outputs
LOCAL-SEO-ANALYSIS-*.md
LOCAL-SEO-ANALYSIS-*.html
GEO-ANALYSIS-*.md
MAPS-ANALYSIS-*.md
RELEASE-*.md
dirigo-seo-images-review.html
# Site-specific scripts
indexnow-submit.sh
# SEO Drift Monitor (SQLite baselines)
*.db
# Generated cluster maps
cluster-map.html
CLUSTER-REPORT*.md
# Generated SXO reports
SXO-ANALYSIS*.md
# Generated drift reports
DRIFT-REPORT*.md
DRIFT-COMPARISON*.html
# Generated e-commerce reports
ECOMMERCE-ANALYSIS*.md
# Generated setup guides
Google-API-Setup-Guide-*.html
scripts/generate_setup_guide.py
# Generated site builds
site/
# Git worktrees (isolated workspaces for parallel branch work)
.worktrees/