mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-13 18:00:35 +08:00
23 lines
450 B
Plaintext
23 lines
450 B
Plaintext
# npm always includes README* — exclude translations from package
|
|
README.zh-CN.md
|
|
|
|
# Dev-only script (release is CI/local only)
|
|
scripts/release.sh
|
|
|
|
# Plugin dev notes (not needed by consumers)
|
|
.claude-plugin/PLUGIN_SCHEMA_NOTES.md
|
|
|
|
# Python/test cache artifacts are local build byproducts, not runtime surface
|
|
__pycache__/
|
|
**/__pycache__/
|
|
**/__pycache__/**
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
**/*.pyc
|
|
**/*.pyo
|
|
**/*.pyd
|
|
*$py.class
|
|
.pytest_cache/
|
|
**/.pytest_cache/**
|