mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-18 02:00:09 +08:00
59 lines
663 B
Plaintext
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/
|