-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (46 loc) · 2.24 KB
/
Copy path.gitignore
File metadata and controls
55 lines (46 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ─── KEAMANAN — JANGAN PERNAH PUSH ───────────────────────────────────────────
.env # API Key Bybit kamu ada di sini
*.env
*.key
*.secret
# ─── PYTHON ───────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd
.Python
# ─── VIRTUAL ENVIRONMENT ──────────────────────────────────────────────────────
.venv/
venv/
env/
ENV/
# ─── DATA YANG DI-GENERATE OTOMATIS (tidak perlu di-push) ────────────────────
trade_history.csv
equity_curve.csv
data/*_bt_*.csv # cache range backtest CLI (per-user, regenerate otomatis)
heartbeat.json
bot_health.json
bot_pid.txt
*.log
logs/
# ─── MODEL ML (file besar, opsional di-push) ──────────────────────────────────
# Uncomment baris di bawah jika TIDAK ingin push model ML ke GitHub
# (disarankan jika ukurannya > 50MB)
# *.pkl
# ─── MYPY & IDE ───────────────────────────────────────────────────────────────
.mypy_cache/
.vscode/
.idea/
*.swp
*.swo
# ─── OS ───────────────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
# ─── PYTEST / TEST ARTIFACTS ──────────────────────────────────────────────────
.pytest_cache/
htmlcov/
.coverage
# ─── STREAMLIT ────────────────────────────────────────────────────────────────
.streamlit/secrets.toml