# Secrets and env
.env
.env.*
!.env.example
*.key
*.pem
*.p12
*.b64
.secrets/
**/.secrets/

# Tenant/customer data
tenants/
**/tenants/
active.json
pending.json
wp.json
openai.json

# Logs and backups
error_log
*.log
*.bak*
*.save
*.swp
.DS_Store

# SQLite artifacts
*.sqlite*
*_store.sqlite

# Vendor/build artifacts
vendor/
node_modules/
dist/
