Files
AstrBot/.gitignore
Li-shi-ling e76a588818 refactor(runtime): unify command matching logic (#25)
* refactor(testing): share command matching with handler dispatcher

* fix:添加公共函数文件
2026-03-19 00:19:52 +08:00

59 lines
663 B
Plaintext

# OS files
.DS_Store
# Python bytecode and caches
__pycache__/
*.py[cod]
*.pyd
*.so
.pytest_cache/
pytest-cache-files-*/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
# Build artifacts
build/
dist/
site/
wheels/
*.egg-info/
.eggs/
pip-wheel-metadata/
#
fork-docs/
tmp/
openspec/
scripts/
cs/
test_plugin/astrbot_plugin_interface_coverage
docs/
astrbot_sdk/
!src/astrbot_sdk/
!src/astrbot_sdk/**
src/astrbot_sdk/**/__pycache__/
src/astrbot_sdk/**/*.py[cod]
COMMAND_MATCH_REFACTOR_REPORT.md
# Virtual environments
.venv/
venv/
env/
ENV/
plugins/.venv/
# Tool caches
.uv-cache/
.astrbot/
# IDE files
.idea/
.vscode/
*.iml
uv.lock
/astrBot/
plugins/