forked from tradingstrategy-ai/trade-executor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (57 loc) · 1.22 KB
/
.gitignore
File metadata and controls
78 lines (57 loc) · 1.22 KB
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
**/__pycache__
docs/build
.DS_Store
.ipynb_checkpoints
dist
.vscode
.zed
.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
tests/mainnet_fork/redeem-dust.json
# Test noise
tests/mainnet_fork/redeem-dust.*
# Lagoon initial prototype files
scripts/lagoon/*.env
# No idea what's this
sample_dataset
# Modified by a broken tests
redeem-dust.json
tests/mainnet_fork/redeem-dust.json
# Test environment alias for Claude
.local-test.env