Files
maxbot/.gitignore
T
george 2be8b491d0 Initial commit — TSLA grid trading bot
- Grid strategy with survival-gated spacing and depth
- Full 60% drop simulation for all survival checks
- Calibration report with auto-updating survival threshold
- Transaction history sync from Capital.com
- Dip mode with bottom-two TP rules
2026-05-27 07:02:58 +01:00

23 lines
271 B
Plaintext

# Credentials — never commit these
.env
# Database — large binary, regenerated by fetch_history.py
data/
# Logs — runtime output, not source code
logs/
# Python cache
__pycache__/
*.pyc
*.pyo
# OS files
.DS_Store
Thumbs.db
# Editor files
.vscode/
.idea/
*.swp