589cce18af
* chore: ignore local worktrees * fix: improve Windows local skill file reading * fix: address Windows path and decoding review feedback * fix: simplify shell decoding follow-up * fix: harden sandbox skill prompt metadata * fix: preserve safe sandbox skill summaries * fix: relax sandbox summary sanitization * fix: tighten path sanitization for skill prompts * fix: harden sandbox skill display metadata * fix: preserve Unicode skill paths in prompts * fix: quote Windows skill prompt paths * fix: simplify local shell output decoding * fix: localize Windows prompt path handling * fix: normalize Windows-style skill paths in prompts * fix: align prompt and shell decoding behavior
66 lines
799 B
Plaintext
66 lines
799 B
Plaintext
# Python related
|
|
__pycache__
|
|
.mypy_cache
|
|
.venv*
|
|
.conda/
|
|
uv.lock
|
|
.coverage
|
|
|
|
# IDE and editors
|
|
.vscode
|
|
.idea
|
|
|
|
# Logs and temporary files
|
|
botpy.log
|
|
logs/
|
|
temp
|
|
cookies.json
|
|
|
|
# Data files
|
|
data_v2.db
|
|
data_v3.db
|
|
data
|
|
configs/session
|
|
configs/config.yaml
|
|
cmd_config.json
|
|
|
|
# Plugins
|
|
addons/plugins
|
|
astrbot/builtin_stars/python_interpreter/workplace
|
|
tests/astrbot_plugin_openai
|
|
|
|
# Dashboard
|
|
dashboard/node_modules/
|
|
dashboard/dist/
|
|
.pnpm-store/
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Bundled dashboard dist (generated by hatch_build.py during pip wheel build)
|
|
astrbot/dashboard/dist/
|
|
|
|
# Operating System
|
|
**/.DS_Store
|
|
.DS_Store
|
|
|
|
# AstrBot specific
|
|
.astrbot
|
|
astrbot.lock
|
|
|
|
# Other
|
|
chroma
|
|
venv/*
|
|
pytest.ini
|
|
AGENTS.md
|
|
IFLOW.md
|
|
|
|
# genie_tts data
|
|
CharacterModels/
|
|
GenieData/
|
|
.agent/
|
|
.codex/
|
|
.opencode/
|
|
.kilocode/
|
|
.worktrees/
|
|
|