mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-07 06:23:26 +08:00
* add desktop app code to repository * fix headers * bump version * one more file to bump version in * cargo fmt * add permissions to release jobs * codespell * Need this folder to exist * NSNumber apparently * cargo fmt * test expectation that didn't get updated * intel mac runner is macos-15-intel * empty line at bottom of file.. * apparently didn't save permissions step * unused windows import * cargo fmt again * draft-release workflow * fix windows test * try as reusable workflow * beforeBundleCommand * relative path * absolute path... * the file definitely exists... * seems that the file was not actually added.... * this file definitely exists * undo temp edit of draft-release
64 lines
744 B
Plaintext
Vendored
64 lines
744 B
Plaintext
Vendored
# 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/*
|
|
|
|
# Platform
|
|
openbb_platform/core/openbb/package/*
|
|
|
|
# Dev Container env
|
|
obb/*
|
|
|
|
# OpenBB Distribution
|
|
!build/conda/installer/*.sh
|
|
*.pkg
|
|
*.exe
|
|
build/conda/tmp
|