stable/.gitignore

96 lines
1.1 KiB
Plaintext
Raw Normal View History

# Freqtrade rules
freqtrade/tests/testdata/*.json
2017-12-21 07:31:26 +00:00
hyperopt_conf.py
2018-04-21 22:35:04 +00:00
config*.json
2017-12-21 07:31:26 +00:00
*.sqlite
.hyperopt
logfile.txt
2018-01-15 08:35:11 +00:00
hyperopt_trials.pickle
user_data/
2018-01-29 07:41:22 +00:00
freqtrade-plot.html
freqtrade-profit-plot.html
2017-05-12 17:32:51 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
2019-02-19 18:15:22 +00:00
*.ipynb
2017-05-12 17:32:51 +00:00
# pyenv
.python-version
2017-05-17 23:46:08 +00:00
.env
2017-05-12 20:42:20 +00:00
.venv
.idea
2017-09-03 06:50:48 +00:00
.vscode
2018-03-18 01:03:36 +00:00
.pytest_cache/
2018-05-31 20:15:18 +00:00
.mypy_cache/