Files
claude-code-skills-reference/.gitignore
daymade edd8f30300 Add private skills to .gitignore
- seo-expert/ and video-creator/ excluded from public repo
- These commercial skills are now maintained in the private claude-code-skills-pro repository
2025-11-07 13:08:32 +08:00

84 lines
781 B
Plaintext

# 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
# 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/