# deps / builds
node_modules/
.pnpm-store/
dist/
build/
.next/
.turbo/
out/
coverage/
*.tsbuildinfo
__pycache__/
*.pyc
.venv/
.pytest_cache/

# secrets — never commit
.env
.env.*
!.env.example
*.pem
*.key

# runtime artifacts (keep summaries, drop bulk)
artifacts/**
!artifacts/gate-zero/
artifacts/gate-zero/**
!artifacts/gate-zero/*.md
!artifacts/gate-zero/*.json
!artifacts/gate-zero/*.png

# local state
.DS_Store
*.log
.finest-cache/
playwright-report/
test-results/
stripe-mock/
