*.db
.env
app.conf
conf/app.conf
credentials.env
data/

# Python build artifacts (sdk/python)
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
dist/
build/

# 库不需要 commit lockfile（消费方各自管依赖解析）
sdk/python/uv.lock

# Go server
server/blade-oauth-server
server/*.db
server/*.db-journal

# Web frontend
web/node_modules/
web/dist/

# start-all.sh 运行时目录
.data/
.pids/
.logs/
