# Operating systems and editors
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp

# Local configuration and secrets
.env
.env.*
!.env.example
*.pem

# Python
.venv/
.uv-cache/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
*.db
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Node.js and Next.js
node_modules/
.next/
out/
coverage/
*.tsbuildinfo
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# Runtime data
data/
tests/.runtime/

# Local QA reports and generated browser evidence
/design-qa.md
/docs/verification-report.md
/artifacts/
/RunTraceDemo/browser-e2e/*.png
