Files
our-claude-skills/.gitignore
Andrew Yim 338176abbe feat: add D.intelligence Agent Corps (9 skills + shared infra)
Add 9 agent skills (#70-#77, #88) for D.intelligence business operations:
brand guardian, brand editor, doc secretary, quotation manager, service
architect, marketing manager, back office manager, account manager, and
skill update meta-agent. Includes shared Python package (dintel), reference
docs, document/quotation templates, service module CSVs, cross-device
installer, and comprehensive user guide.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 00:49:04 +09:00

102 lines
1.3 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 (keep commands tracked for slash commands)
.claude/*
!.claude/commands/
# Claude Code agent workspace
.claude-agents/
# Node lock files
package-lock.json
# Egg info / build artifacts
*.egg-info/
dist/
build/
# Temporary files
output/
keyword_analysis_*.json