Skip to content

Commit e1d98aa

Browse files
committed
gitignore, robots
1 parent 9492fe8 commit e1d98aa

2 files changed

Lines changed: 79 additions & 0 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ node_modules/
2424

2525
# Research / scratch
2626
.perplexity-research/
27+
28+
# --- baseline additions (automated audit 2026-04-21) ---
29+
.env
30+
.env.*
31+
__pycache__/
32+
*.pyc
33+
dist/
34+
build/
35+
.venv/
36+
venv/

docs/robots.txt

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
User-agent: *
2+
Allow: /
3+
4+
# AI / LLM crawlers — explicitly permitted
5+
User-agent: GPTBot
6+
Allow: /
7+
8+
User-agent: OAI-SearchBot
9+
Allow: /
10+
11+
User-agent: ChatGPT-User
12+
Allow: /
13+
14+
User-agent: ClaudeBot
15+
Allow: /
16+
17+
User-agent: Claude-Web
18+
Allow: /
19+
20+
User-agent: Claude-User
21+
Allow: /
22+
23+
User-agent: Claude-SearchBot
24+
Allow: /
25+
26+
User-agent: PerplexityBot
27+
Allow: /
28+
29+
User-agent: Perplexity-User
30+
Allow: /
31+
32+
User-agent: Google-Extended
33+
Allow: /
34+
35+
User-agent: Applebot-Extended
36+
Allow: /
37+
38+
User-agent: Amazonbot
39+
Allow: /
40+
41+
User-agent: Bytespider
42+
Allow: /
43+
44+
User-agent: cohere-ai
45+
Allow: /
46+
47+
User-agent: CCBot
48+
Allow: /
49+
50+
# SEO crawlers
51+
User-agent: Googlebot
52+
Allow: /
53+
54+
User-agent: Bingbot
55+
Allow: /
56+
57+
User-agent: DuckDuckBot
58+
Allow: /
59+
60+
User-agent: Slurp
61+
Allow: /
62+
63+
User-agent: Twitterbot
64+
Allow: /
65+
66+
User-agent: facebookexternalhit
67+
Allow: /
68+
69+
Sitemap: https://turnfile.work/sitemap.xml

0 commit comments

Comments
 (0)