6021a3883d
- Add trumpsignal.db to git (one-time migration source) - entrypoint.sh detects empty Postgres and runs migration automatically - scripts/migrate_sqlite_to_postgres.py: posts, subscriptions, bot_trades - Add psycopg2-binary to requirements for migration script Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
105 B
Plaintext
13 lines
105 B
Plaintext
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.env
|
|
*.db-shm
|
|
*.db-wal
|
|
.git/
|
|
.gitignore
|
|
*.md
|
|
test_*.py
|
|
simulate_trades.py
|