summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 85867164489c2b08529f4905f3a652957e8a0af8 (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
__pycache__/
logs/
*.pyc
.DS_Store
*.env
.venv
.vscode
*.ipynb
env/
venv/
!notebooks/jupyter/.gitkeep
.python-version
.mypy_cache
iframe_figures/
exports/*
.idea
.coverage
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/*.ipynb
!openbb_terminal/reports/*.ipynb
openbb_terminal/portfolio/portfolios/*
**/.ipynb_checkpoints
*.swp
*.http
bots/interactive/*.html
.coverage.*
!openbb_terminal/custom_reports/*/.ipynb

# pyinstaller artifacts
*.pyo
dist/*
build/terminal
build/nsis/app
DMG/*
*.dmg

# Jupyter Lab Extension build files
jupyterlab/*/*.bundle.*
jupyterlab/*/lib/
jupyterlab/*/*/labextension/
jupyterlab/*/node_modules/
jupyterlab/*/*/node_modules/
jupyterlab/*/*.egg-info/
jupyterlab/*/.ipynb_checkpoints
jupyterlab/*/*.tsbuildinfo
jupyterlab/*/ui-tests/test-results/
jupyterlab/*/ui-tests/tests/*.ts-snapshots/

# Sphinx documentation build files
docs/_build

# User stylesheets
styles/user

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