updated .gitignore

This commit is contained in:
2025-12-04 21:08:36 +01:00
parent b0a471ea84
commit f05df0b5ee
3 changed files with 33 additions and 7 deletions

19
.gitignore vendored
View File

@@ -27,10 +27,15 @@ target/
# /chromedriver-win64/*
# data folders
/economic_events*
/economic_event_changes*
/corporate_events*
/corporate_prices*
/corporate_event_changes*
/data*
# data files
**/*.json
**/*.jsonl
**/*.csv
**/*.zip
#/economic_events*
#/economic_event_changes*
#/corporate_events*
#/corporate_prices*
#/corporate_event_changes*
#/data*