
# Agent Skill Reports
*.log
*_report.md
fix_run.md
review_config_verification.md
__pycache__/

# Git Worktrees
.worktrees/
worktrees/

# IDE & Envs
# .vscode/ - 部分配置文件需要提交到版本控制
.vscode/settings.local.json
.vscode/tasks.local.json
.vscode/launch.local.json
.vscode/.intellicache/
.venv/
**/.venv/

# Claude Code Settings
.claude/settings.local.json

# Sensitive Data
cookies.txt

# Sensitive Configuration Files
.env
.env.local

# Benchmark generated token pools (contain raw token secrets)
benchmarks/fulla/lib/generated/
.env.*.local
.env.docker
.mcp.json
*.pem
*.key
*.cert
*.crt
secrets/
credentials/
# Frontend runtime config with production credentials
frontends/user/.env
frontends/user/public/config.json
# Deploy secrets
deploy/nginx/ssl/*.pem
deploy/keys/*.pem

# Release Files
Release_v1.0.0.zip

# Temporary Outputs
tmp_output/

# Test Runtime Files
test_config_env_runtime.json
test-results/
**/test-results/
**/playwright-report/
**/blob-report/
**/playwright/.cache/
*_test_logs/
*.log.files/

# Runtime directories (created by Drogon at startup)
**/logs/
# Exception: admin console source directory named "logs" (page component)
!OAuth2Admin/src/pages/logs/
!OAuth2Admin/src/pages/logs/**
**/uploads/

# Bug Fix Reports - local documentation only
reports/

# Build artifacts
build/
build-*/

# Code coverage reports (gcov output via gcovr; local-only, never tracked)
coverage-report/
coverage-summary.txt
coverage-summary.json
CMakeUserPresets.json
libs/storage-postgres/models_backup/

# Cross-project patterns
**/node_modules/
**/dist/
**/__pycache__/
**/*.pyc

# Kiro spec workflow scratch (commit messages, probes, etc.). Spec files
# under .kiro/specs/ remain tracked.
.kiro/tmp/

build_log.txt
ctest_output.txt

test_admin.txt
test_oauth2.txt
build_p12.txt

# Graphify knowledge graph (generated artifacts, local only)
graphify-out/

# Codegraph local index & runtime state
.codegraph/

# Superpowers SDD scratch (task briefs, reports, progress ledger)
.superpowers/

.playwright-mcp/
.mimosa/

# Client SDKs (clients/) local artifacts
**/.pytest_cache/
**/.ruff_cache/
**/*.egg-info/
clients/python/.venv/

# ZCode per-session scratch (plans/tmp — same convention as .kiro/tmp/)
.zcode/tmp/
.zcode/plans/

# AI-tool workspaces (local-only; .claude/ stays tracked as the single source
# of truth for rules/skills — see docs/branding/repo-professionalization-audit.md)
.qoder/
.codebuddy/
.kiro/
.zcode/
.workbuddy/
frontends/user/scratch/scratch-output/
