node_modules/
dist/
*.tsbuildinfo
*.tgz
coverage/
.DS_Store
.env
.env.*
!.env.example

# npm 凭据。`npm config set //registry.npmjs.org/:_authToken` 若在项目目录下执行
# 就会写在这里 —— 不挡住的话，一次 `git add -A` 就把发布 token 提交上去了。
.npmrc


# Logs
*.log
npm-debug.log*
pnpm-debug.log*

# Local stores. The MCP server keeps a SQLite database of the user's document —
# it must never be committed by anyone working on this repo.
*.db
*.db-journal
*.sqlite
*.sqlite3
*.sqlite-wal
*.sqlite-shm
data/

# Python
__pycache__/
*.py[cod]
.venv/
venv/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
