-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
63 lines (46 loc) · 983 Bytes
/
.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
__pycache__
docs/build
.DS_Store
.ipynb_checkpoints
dist
.vscode
.pytest_cache
.cache
.python-version
# Generated files by trade-executor
cache
state/*
.idea
# Default file created if trade-executon command is run locally
strategy-state.json
# Generated by crashed trade-executor
# for atomic strategy-state.json write
tmp*
# Filled by set-up-examples.sh script
examples
# Filled by trade executor logging subsystem
logs/*
# Stash your local test environment variables here
env/local-test.env
# See scripts/pyodide/README.md
*.whl
# Some test files
notebooks/*.json
# Work-in-progress strategy modules
/strategy/
# pytest-monitir
monitor.db
.pymon
# trade-executor start test instructions
/quickswap-dummy.py
# Precommit hooks
.pre-commit-config.yaml
# Visual Studio Code?
.build
# Python profiler dumps
*.cprof
*.prof
# Created by test_correct_account_missing_open_spot_position
tests/mainnet_fork/*backup*json
# Lagoon initial prototype files
scripts/lagoon/*.env