Files
our-claude-skills/.gitignore
Andrew Yim 12ae63e0a7 refactor(gtm-audit): Update desktop skill to use Chrome DevTools + DTM Agent MCP workflow
- Replace Playwright-based approach with Chrome DevTools MCP for browser inspection
- Add DTM Agent MCP integration for GTM API operations
- Document 4-phase workflow: Inspect → Diagnose → Configure → Verify
- Add common issue patterns with diagnosis/fix guidance
- Update audit checklist to reference specific MCP tools
- Add .gitignore entries for pickle files and .claude/ directory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 01:59:18 +09:00

90 lines
1.1 KiB
Plaintext

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# IDE and Editor
.vscode/
.idea/
*.swp
*.swo
*~
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.env
.venv/
pip-log.txt
pip-delete-this-directory.txt
# Distribution / packaging
*.zip
*.tar.gz
*.rar
*.skill
# Skill packaging artifacts (regenerate with package_skill.py)
*.zip
# Reference raw data (large files, source materials)
# Uncomment if you want to exclude raw reference data
# **/Reference Raw Data/
# Large binary files (consider Git LFS for these)
*.pdf
*.xlsx
*.pptx
*.docx
# Temporary files
*.tmp
*.temp
*.log
# Node (if any skills use JS)
node_modules/
npm-debug.log*
# Secrets (never commit)
.env
.env.local
*.key
*.pem
*.pickle
credentials.json
secrets.json
token.json
# Claude Code local config
.claude/
# Temporary files
output/
keyword_analysis_*.json