claude-skills/.gitignore
Claude 2997c7e6d7
Merge dev into cleanup branch
Resolves conflict on .gitignore: kept our broader "Internal dev
artifacts" block (covers eval-workspace/ in full, which is a
superset of dev's eval-workspace/anthropic-skill-creator/ rule).
Folded a comment about the third-party clone + per-version
trigger-eval workspaces into the eval-workspace/ rule.

Also un-tracked 8 new files dev added under
eval-workspace/v2.8.0-trigger-eval/ — they'd otherwise leak into
the cleaned tree despite the ignore rule (gitignore doesn't
retroactively un-track). Files remain on local disk.
2026-05-21 05:12:32 +00:00

64 lines
1.4 KiB
Text

# 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/
documentation/implementation/craighewitt-mattpocock-reimplementation-plan.md
medium/
# === Internal dev artifacts (maintainer-only — hidden from cloners) ===
# Sprint plans, strategy docs, implementation roadmaps, audits
documentation/
# Tessl evaluation outputs (includes anthropic-skill-creator third-party clone
# and per-version trigger-eval workspaces, e.g. eval-workspace/v2.8.0-trigger-eval/)
eval-workspace/
# Pre-skill draft specs (Path-B source material)
megaprompts/
# Pytest suite (maintainer quality gate; not user-consumable)
tests/
# Autoresearch agent workspace
.autoresearch/