summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 5160f3f560beed9d6a14666110a423afca2c5324 (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
# 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

# Terminal
*.pyo
**/dist/*
build/terminal
build/nsis/app
DMG/*
*.dmg
*.sh
openbb_terminal/openbb_terminal/assets/styles/user/hub.richstyle.json

# Platform
openbb_platform/openbb/package/*