Initial standalone crypto_okx with one-click deploy.
Add deploy/manage.sh bootstrap for git.bz121.com/dekun/crypto_okx and point docs at this repo. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
# Python
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
|
||||
# Env & secrets
|
||||
.env
|
||||
*.pem
|
||||
*.key
|
||||
|
||||
# Runtime data
|
||||
*.db
|
||||
*.db-journal
|
||||
data/
|
||||
static/images/
|
||||
!static/images/.gitkeep
|
||||
static/images/order_charts/
|
||||
backups/
|
||||
|
||||
# OS / IDE
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
|
||||
# Logs / PM2
|
||||
*.log
|
||||
.pm2/
|
||||
Reference in New Issue
Block a user