summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: e92f14078315ce7a3cb7b501ee0293baf9e722c4 (plain)
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
__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
openbb_terminal/config_plot.py
openbb_terminal/config_terminal.py
openbb_terminal/feature_flags.py
openbb_terminal/reports/stored/*
!openbb_terminal/reports/stored/.gitkeep
!openbb_terminal/dashboards/voila/*.ipynb
!openbb_terminal/reports/*.ipynb
openbb_terminal/portfolio/portfolios/*
**/.ipynb_checkpoints
*.swp
*.http
.coverage.*
!openbb_terminal/reports/templates/*.ipynb
*_tests.csv
integration_test_output/
integration_test_summary/
openbb_terminal/reports/templates/*.html
website/functions
*_sdk_audit.csv
website/terminaltest
!build/docker/compose.env
openbb_terminal/core/plots/assets/plotly*.js
.dccache
*rome.json
**/node_modules/*
.cursorignore
# pyinstaller artifacts
*.pyo
**/dist/*
build/terminal
build/nsis/app
DMG/*
*.dmg
*.sh

# User settings for the SDK
user_settings.json

# User stylesheets
openbb_terminal/miscellaneous/styles/user/hub.richstyle.json

# the file containing the API keys for the web version
openbb_terminal_web/setenv

# dart models
darts_logs/

# User data
custom_imports/*.csv
custom_imports/*/*.csv

# cache
cache/

# lightning logs
lightning_logs/

# testing artifacts
*/mocked_path

# CA certificates
*.pem

# Platform auto generated files
openbb_platform/openbb/package/*