# 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

# graphify: keep graph.json/html/report, drop regenerable cache + dated backups
graphify-out/cache/
graphify-out/????-??-??/
