Fix hyperopt when using MongoDB

This commit is contained in:
Gerald Lonlas
2017-12-20 23:31:26 -08:00
parent 33293d5cdd
commit 41e22657e4
5 changed files with 71 additions and 22 deletions

11
.gitignore vendored
View File

@@ -1,5 +1,10 @@
# Freqtrade rules
freqtrade/tests/testdata/*.json
hyperopt_conf.py
config.json
*.sqlite
.hyperopt
logfile.txt
# Byte-compiled / optimized / DLL files
__pycache__/
@@ -76,12 +81,6 @@ target/
# pyenv
.python-version
config.json
preprocessor.py
*.sqlite
.hyperopt
logfile.txt
.env
.venv
.idea