2017-12-16 14:42:28 +00:00
|
|
|
# Freqtrade rules
|
2018-04-21 22:35:04 +00:00
|
|
|
config*.json
|
2017-12-21 07:31:26 +00:00
|
|
|
*.sqlite
|
2022-02-25 19:47:15 +00:00
|
|
|
*.sqlite-shm
|
|
|
|
*.sqlite-wal
|
2017-12-21 07:31:26 +00:00
|
|
|
logfile.txt
|
2019-08-11 16:52:37 +00:00
|
|
|
user_data/*
|
2019-09-08 17:45:50 +00:00
|
|
|
!user_data/strategy/sample_strategy.py
|
2019-08-11 16:52:37 +00:00
|
|
|
!user_data/notebooks
|
|
|
|
user_data/notebooks/*
|
2018-01-29 07:41:22 +00:00
|
|
|
freqtrade-plot.html
|
2018-06-03 20:58:00 +00:00
|
|
|
freqtrade-profit-plot.html
|
2021-01-10 09:31:05 +00:00
|
|
|
freqtrade/rpc/api_server/ui/*
|
2017-12-16 14:42:28 +00:00
|
|
|
|
2022-02-07 06:20:44 +00:00
|
|
|
# Macos related
|
|
|
|
.DS_Store
|
|
|
|
|
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
|
2019-08-11 16:52:37 +00:00
|
|
|
*.ipynb_checkpoints
|
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/
|
2019-08-07 02:35:14 +00:00
|
|
|
|
|
|
|
#exceptions
|
2019-08-11 16:52:37 +00:00
|
|
|
!*.gitkeep
|
2021-07-13 05:05:35 +00:00
|
|
|
!config_examples/config_binance.example.json
|
|
|
|
!config_examples/config_bittrex.example.json
|
|
|
|
!config_examples/config_ftx.example.json
|
|
|
|
!config_examples/config_full.example.json
|
|
|
|
!config_examples/config_kraken.example.json
|