This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
/
.gitignore
87 lines (73 loc) · 1.48 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Ignore the Private Config to prevent accidental pushing
user_data/mgm-config-private.json
# Ignore the HyperOpt Result Files that are used by Default
user_data/mgm-config-hyperopt.json
user_data/strategies/MoniGoManiHyperStrategy.json
# Ignore .last helper files
user_data/.last_command.json
user_data/backtest_results/.last_result.json
user_data/backtest_results/.last_backtest_sell_reasons.log
user_data/hyperopt_results/.last_result.json
user_data/hyperopt_results/.last_ho_results_table.log
# Ignore Release Template
Documentation/ReleaseTemplate.md
# Ignore Python Caches
__pycache__/
*.pyc
# Ignore Other General User Data
user_data/*_results/
user_data/*.lock
user_data/data/
user_data/logs/
user_data/plot/
# Ignore JetBrains Folder
.idea/
# Ignore VSCodium / Visual Studio Code Folder + WorkSpace Files
.vscode/
*.code-workspace
# Ignore Logo Folder
Logo/
# Ignore fthypt and legacy pickle Files
*.fthypt
*.pickle
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
junit/
test-results*.xml
# Ignore pytest cache files
.pytest_cache/
# Ignore freqtrade installation
.env/
build_helpers/
config_examples/
docker/
!docker/Dockerfile.MoniGoMani
docs/
freqtrade/
junit/
scripts/
tests/junit/
freqtrade.service
freqtrade.service.watchdog
freqtrade.egg-info
MANIFEST.in
pyproject.toml
pyproject.yml
setup.cfg
setup.py
setup.sh