# Repository-local tooling
/.github/worktrees/
/.superpowers/
/docs/superpowers/
settings.local.json

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
.vs/
_ReSharper*/
*.DotSettings.user
*.suo
*.swp
*.swo
*.user

# Environment and secrets
.env
.env.local
.env.*.local
*.local.yaml
*.local.yml
*/secrets.json
*.pem
*.key

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
.eggs/
build/
dist/
*.whl
.venv/
venv/
env/
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Node / web
node_modules/
/docs/.vitepress/cache/
/docs/.vitepress/dist/

# .NET / C#
bin/
obj/
artifacts/
TestResults/
*.nupkg
*.snupkg
project.lock.json
project.fragment.lock.json
out/
publish/

# Logs and runtime data
*.log
logs/
*.db
*.db-journal
dataprotection-keys/
.workpilot/
!workpilot/
/cron/
/outputs/
/session/

# WorkPilot local prompt and config files
/MEMORY.md
/HISTORY.md
/USER.md
/system-prompt-preview.md
/last-prompt.md

# Teams build and attachment artifacts
/teams/*.zip
/teams/????????-????-????-????-????????????.png

# Cloud Gateway build, deployment, and downloaded log artifacts
/cloud_gateway/deploy.zip
/cloud_gateway/deploy-*.zip
/cloud_gateway/deploy_*.zip
/cloud_gateway/publish-*/
/cloud_gateway/publish_*/
/cloud_gateway/applog/
/cloud_gateway/applogs/
/cloud_gateway/applog.zip
/cloud_gateway/applogs.zip
/cloud_gateway/logs.zip
/cloud_gateway/logs-*.zip
/cloud_gateway/logs_*.zip

# Cloud Gateway wwwroot: static symlink is tracked; generated content is not
/cloud_gateway/src/CloudGateway/wwwroot/*
!/cloud_gateway/src/CloudGateway/wwwroot/static

# E2E test artifacts
/tests/e2e_*_results.json
/tests/e2e_*_log.txt

# Scratch and one-off local artifacts
/scratch/
/tmp/
/.tmp_*
/.tmp-*
/.review-diff-*.patch
/.review-pr*-diff.patch
/.review-pr*-findings.json
/.review-teams-*.patch
/.review_*.diff
/display-screenshots/
/edge-cdp-locdbg-profile/
