- Gitignore individual GPT config files (custom-gpt/*-gpt.md) — instructions should not be publicly exposed - Rewrite custom-gpt/README.md with SEO-optimized descriptions and live ChatGPT links for all 6 GPTs - New docs page: docs/custom-gpts.md with grid cards, comparison table, and stats - Add Custom GPTs to mkdocs.yml navigation - Cross-reference Custom GPTs from: - Homepage (new grid card) - Getting Started (FAQ entry) - Personas page (try in ChatGPT callout) - Plugins page (FAQ entry) Live GPT links: - Solo Founder: chatgpt.com/g/g-69b315... - SEO Audit Expert: chatgpt.com/g/g-69b3b0... - Content Strategist: chatgpt.com/g/g-69b3af... - Product Manager Toolkit: chatgpt.com/g/g-69b32c... - Conversion Copywriter: chatgpt.com/g/g-69b327... - CTO Advisor: chatgpt.com/g/g-69b326...
46 lines
886 B
Plaintext
46 lines
886 B
Plaintext
# IDE and OS
|
|
.vscode
|
|
.DS_Store
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# Specific archive exclusions (NOT all .zip - skill packages are intentional)
|
|
medium-content-pro.zip
|
|
v1-10-2025-medium-content-pro.zip
|
|
|
|
# Project-specific exclusions
|
|
AGENTS.md
|
|
PROMPTS.md
|
|
medium-content-pro/*
|
|
medium-content-pro 2/*
|
|
documentation/GIST_CONTENT.md
|
|
documentation/implementation/*__pycache__/
|
|
ARTICLE-FEEDBACK-AND-OPTIMIZED-VERSION.md
|
|
CLAUDE-CODE-LOCAL-MAC-PROMPT.md
|
|
CLAUDE-CODE-SEO-FIX-COPYPASTE.md
|
|
GITHUB_ISSUE_RESPONSES.md
|
|
AUDIT_REPORT.md
|
|
# Archive folder (historical/backup files)
|
|
archive/
|
|
|
|
# Custom GPT configurations (private — instructions not publicly exposed)
|
|
custom-gpt/*-gpt.md
|
|
|
|
# MkDocs build output
|
|
site/
|
|
.playwright-mcp/
|
|
# Generated integration files (regenerate with ./scripts/convert.sh)
|
|
integrations/
|