trading-platform-database-v2/.gitignore
rckrdmrd 45e77e9a9c feat: Initial commit - Database schemas and scripts
DDL schemas for Trading Platform:
- User management
- Authentication
- Payments
- Education
- ML predictions
- Trading data

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 04:30:23 -06:00

15 lines
93 B
Plaintext

# Logs
*.log
# Backups
*.sql.bak
*.dump
# Temp
tmp/
.cache/
# Environment
.env
.env.local