Signal/.gitignore
Kisa b52b258b8f compliance: audit_log WORM RLS migration + .gitignore supabase/
- Add supabase/ to .gitignore (local CLI config should not be committed)
- Create and apply migration 20260607000001_audit_log_worm.sql via CLI:
  creates audit_log table with RLS enabled + INSERT/SELECT policies +
  WORM policies that block UPDATE and DELETE on all rows
- Update CLAUDE.md compliance checklist: audit_log WORM marked PASS

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 22:09:11 -04:00

15 lines
145 B
Text

venv/
.env
**/*.env
**/.env.*
.env.*
*.pyc
__pycache__/
*.csv
data/
node_modules/
.DS_Store
.vercel
.claude/settings.local.json
.venv/
supabase/