PDB_VWAP代理设置完成

This commit is contained in:
2026-07-26 22:56:35 +08:00
commit 4cc94bf316
64 changed files with 27067 additions and 0 deletions
+112
View File
@@ -0,0 +1,112 @@
# =============================================================================
# Meridian / Polymarket trading bot — git ignore
# =============================================================================
# =============================================================================
# SENSITIVE DATA - NEVER COMMIT!
# =============================================================================
.env
*.env
!.env.example
config/config.json
!config/config.example.json
# =============================================================================
# Python Virtual Environment
# =============================================================================
venv/
.venv/
env/
ENV/
env.bak/
venv.bak/
# =============================================================================
# Python Cache
# =============================================================================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# =============================================================================
# Logs and Data
# =============================================================================
logs/
logs_detailed/
*.log
*.jsonl
*.csv
# =============================================================================
# Backup Files
# =============================================================================
*.backup
*.backup2
*.bak
*.before_*
*.broken
*_backup_*.tar.gz
# =============================================================================
# Analysis Files
# =============================================================================
analysis_*.md
trade_analysis_*.csv
*_ANALYSIS*.md
*_FIX*.md
*_REPORT*.md
*_CHANGES*.md
# =============================================================================
# IDE / Editor
# =============================================================================
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
# =============================================================================
# OS Files
# =============================================================================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# =============================================================================
# Temporary Files
# =============================================================================
*.tmp
*.temp
/tmp/
# =============================================================================
# Charts and Images
# =============================================================================
*.png
*.jpg
*.jpeg