forked from OpenBB-finance/OpenBB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (60 loc) · 1.06 KB
/
.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
64
65
66
__pycache__/
logs/
*.pyc
.DS_Store
*.env
.venv
venv
.vscode
*.ipynb
env/
venv/
!notebooks/jupyter/.gitkeep
.python-version
.mypy_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
.dccache
# pyinstaller artifacts
*.pyo
dist/*
build/terminal
build/nsis/app
DMG/*
*.dmg
# User stylesheets
styles/user
# 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
# lightning logs
lightning_logs/