Dmitry Beresnev
commited on
Commit
·
5fd7ea2
1
Parent(s):
5020755
fix gitignore
Browse files- .gitignore +3 -1
.gitignore
CHANGED
|
@@ -18,4 +18,6 @@ src/financial_news_bot.egg-info/
|
|
| 18 |
# Ignore IDE specific files
|
| 19 |
.idea/
|
| 20 |
# Ignore logs
|
| 21 |
-
logs/
|
|
|
|
|
|
|
|
|
| 18 |
# Ignore IDE specific files
|
| 19 |
.idea/
|
| 20 |
# Ignore logs
|
| 21 |
+
logs/
|
| 22 |
+
# ML model files
|
| 23 |
+
ml_models/
|