bifitnex-trading/.gitignore
kroutony 513ed5d62f Remove stop_orders.json from git, add to gitignore with deposit_cache.json
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 13:19:15 +00:00

13 lines
134 B
Plaintext

.env
__pycache__/
*.pyc
cache/
positions.json
trade_history.csv
bot_state.json
stop_orders.json
deposit_cache.json
*.log
.venv/
venv/