Files
skill-seekers-reference/.gitignore
yusyus c896f8cb37 feat: add Codex CLI plugin manifest (#350)
Add Codex plugin support for discovery via codex-plugin-scanner:
- .codex-plugin/plugin.json — plugin manifest
- .mcp.json — MCP server config (starts server_fastmcp)
- skills/skill-seekers/SKILL.md — bundled skill for Codex
- .gitignore — allow root .mcp.json to be tracked

Co-authored-by: internet-dot <28622406+internet-dot@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 00:05:45 +03:00

73 lines
725 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Environment variables (secrets)
.env
.env.local
.env.*.local
# Virtual Environment
venv/
ENV/
env/
# Output directory
output/
*.zip
# Skill Seekers cache (intermediate files)
.skillseeker-cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Backups
*.backup
# Testing artifacts
.pytest_cache/
.coverage
htmlcov/
.tox/
*.cover
.hypothesis/
.mypy_cache/
.ruff_cache/
# Build artifacts
.build/
skill-seekers-configs/
.claude/skills
.mcp.json
!/.mcp.json
!distribution/claude-plugin/.mcp.json
settings.json
USER_GUIDE.md