forked from OpenBB-finance/OpenBB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (59 loc) · 756 Bytes
/
.gitignore
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
# General
__pycache__/
*.pyc
.DS_Store
*.env
.venv
venv*/
venv
.vscode
*.ipynb
env/
venv/
!notebooks/jupyter/.gitkeep
.python-version
.mypy_cache
.ruff_cache
.pytest_cache
iframe_figures/
exports/*
.idea
.coverage
.scannerwork
htmlcov
**/.ipynb_checkpoints
*.swp
*.http
.coverage.*
*_tests.csv
*_sdk_audit.csv
!build/docker/compose.env
.dccache
*rome.json
**/node_modules/*
.cursorignore
darts_logs/
custom_imports/*.csv
custom_imports/*/*.csv
cache/
lightning_logs/
*/mocked_path
*.pem
# CLI
*.pyo
**/dist/*
build/cli
build/nsis/app
DMG/*
*.dmg
*.sh
cli/openbb_cli/assets/styles/user/hub.richstyle.json
# Platform
openbb_platform/openbb/package/*
# Dev Container env
obb/*
# OpenBB Distribution
!build/conda/installer/*.sh
*.pkg
*.exe
build/conda/tmp