-
Notifications
You must be signed in to change notification settings - Fork 309
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (83 loc) · 1.8 KB
/
.gitignore
File metadata and controls
94 lines (83 loc) · 1.8 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# IDE files and default extensions
.idea
.DS_Store
**/*.ipynb
**/.ipynb_checkpoints
**/__pycache__
# Cache files
lumibot/cache
*cache*
!lumibot/tools/backtest_cache.py
!lumibot/tools/parquet_series_cache.py
!lumibot/components/agents/replay_cache.py
!tests/test_backtest_cache_manager.py
!tests/backtest/test_ibkr_helper_stale_end_negative_cache.py
!tests/backtest/test_ibkr_conids_seed_from_v1_for_new_cache_version.py
!docs/remote_cache.md
!scripts/bench_ibkr_speed_burner_warm_cache.py
generated-docs/
docsrc/_build/
**/*.pkl
.pytest*
# Development files
venv*
.venv*
logs
*debug.py
todos.txt
*.pem
test_bot.py
.vscode
.coverage*
.env
.env.local
.env.*.local
lumi_tradier
lumiwealth_tradier
/ThetaTerminal.jar
!lumibot/resources/ThetaTerminal.jar
pytest.ini
# Pypi deployment
build
dist
*.egg-info
# setup.py
/alpaca_data_run.py
/alpaca_run.py
/lumibot_profiles.png
/notebooks/scanner_parameters.xml
/lumibot/strategies/examples/technical_analysis.py
/technical_analysis.pyx
/lumibot/tests/test_ib_broker.py
test.csv
my_dev
/data/SPY_Minute.csv
data/SRNE_Minute.csv
.vscode/**
*.tmp
.env
token.json
schwab_token.json
# AI assistant instruction files (contain local paths)
CLAUDE.md
AGENTS.md
# Allow scoped agent instructions for the test suite.
!tests/AGENTS.md
# Acceptance backtest run artifacts (local + CI)
tests/backtest/_acceptance_runs/
tests/backtest/_acceptance_warm_runs/
# Parity + manual run artifacts (local)
tests/backtest/_parity_runs/
tests/backtest/_manual_visual_runs/
# Local benchmarks (cache + profiler outputs)
tests/backtest/_ibkr_speed_burner_cache/
tests/backtest/_speed_burner_profiles/
# Prod-like local runner output
backtest_runs/
artifacts/
# Local tool configs (untracked, user-specific)
context*.json
!context7.json
/tests/backtest/_manual_runs
# Local scratch / diagnostics (never commit)
tmp/