Files
our-claude-skills/.gitignore
Andrew Yim 4426920037 chore(notion-writer): ignore scripts venv
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-27 08:03:00 +09:00

105 lines
1.4 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
# notion-writer skill venv
custom-skills/32-notion-writer/code/scripts/venv/