# 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

# Virtual environments
venv/
ENV/
env/
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Logs
*.log

# Temporary files
tmp/
temp/
*.tmp
output/

# OS files
Thumbs.db
.DS_Store

# Archives (should not be in root)
*.zip
*.tar
*.tar.gz
*.tgz
*.rar
*.7z
*.skill

# Build artifacts
*.o
*.a
*.exe
*.dll
*.dylib

# Documentation artifacts that should be in docs/
IMPROVEMENT_PLAN.md
IMPLEMENTATION_SUMMARY.md
RELEASE_NOTES_*.md
INSTALLATION.md

# Backup files
*.bak
*.backup
*~

# Private/commercial skills (moved to claude-code-skills-pro)
seo-expert/
video-creator/
/jsonl-viewer/

# Research output (may contain sensitive data)
deep-research-output/
recovered_deep_research/

# OpenCLI cache
.opencli/

# Eval / runtime workspaces (test data, snapshots — never committed)
# Bare `*-workspace/` only matches the repo root; `**/` also covers nested skills
# like daymade-skill/skill-creator-workspace and daymade-audio/*-workspace.
*-workspace/
**/*-workspace/
.skill-regression-reviewed
.security-scan-passed
.skill-regression-baseline.json
.gstack/
.in_use/
# skill-governance orphan marker — runtime artifact, not source
.orphaned_at

# Claude Code local settings
.claude/settings.local.json
.claude/archive/

# Generated artifacts
coverage/
node_modules/
