Initial eth_hedge_sim: P0 market, auth UI, one-click deploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-24 16:33:25 +08:00
commit e51f357b48
49 changed files with 4783 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# env / secrets
.env
.env.local
*.pem
# python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# local data
backend/data/*.db
backend/data/*.sqlite
backend/data/*.sqlite3
!backend/data/.gitkeep
# frontend
frontend/node_modules/
frontend/dist/
# ide / os
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
# logs
*.log
logs/