mirror of
https://github.com/trailofbits/skills-curated
synced 2026-06-21 14:12:04 +00:00
3caf637054
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
36 lines
336 B
Plaintext
36 lines
336 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
.uv/
|
|
uv.lock
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Local plugin cache (but track commands)
|
|
.claude/*
|
|
!.claude/commands/
|
|
|
|
# MCP server config (contains API keys)
|
|
.mcp.json
|