From efe77be527ee2c530ec492b6d89a475d5090d434 Mon Sep 17 00:00:00 2001 From: montezdesousa <79287829+montezdesousa@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:15:17 +0100 Subject: Clean gitignore (#6347) --- .gitignore | 57 ++++++++++++--------------------------------------------- 1 file changed, 12 insertions(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index e92f1407831..5160f3f560b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# General __pycache__/ *.pyc .DS_Store @@ -20,68 +21,34 @@ exports/* .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 +# 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/* -- cgit v1.2.3