mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-18 02:00:09 +08:00
50 lines
471 B
Plaintext
50 lines
471 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/
|
|
docs/zh/reference
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
plugins/.venv/
|
|
|
|
# Tool caches
|
|
.uv-cache/
|
|
.astrbot/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
uv.lock
|
|
/astrBot/
|