Files
AstrBot/.gitignore
2026-03-13 15:42:19 +08:00

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/