DDL schemas for Trading Platform: - User management - Authentication - Payments - Education - ML predictions - Trading data Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
93 B
Plaintext
15 lines
93 B
Plaintext
# Logs
|
|
*.log
|
|
|
|
# Backups
|
|
*.sql.bak
|
|
*.dump
|
|
|
|
# Temp
|
|
tmp/
|
|
.cache/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|