Files
brazil-swift-ops/.gitignore
defiQUG 8c771da399 Initial implementation: Brazil SWIFT Operations Platform
- Complete monorepo structure with pnpm workspaces and Turborepo
- All packages implemented: types, utils, rules-engine, iso20022, treasury, risk-models, audit
- React web application with TypeScript and Tailwind CSS
- Full Brazil regulatory compliance (BCB requirements)
- ISO 20022 message support (pacs.008, pacs.009, pain.001)
- Treasury and subledger management
- Risk, capital, and liquidity stress allocation
- Audit logging and BCB reporting
- E&O +10% uplift implementation
2026-01-23 14:51:10 -08:00

39 lines
290 B
Plaintext

# Dependencies
node_modules
.pnp
.pnp.js
# Testing
coverage
*.log
# Production
dist
build
.next
out
# Misc
.DS_Store
*.pem
.env*.local
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Turbo
.turbo
# IDE
.vscode
.idea
*.swp
*.swo
*~
# TypeScript
*.tsbuildinfo