forked from tradingstrategy-ai/trade-executor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
44 lines (41 loc) · 1.12 KB
/
.dockerignore
File metadata and controls
44 lines (41 loc) · 1.12 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
**/.git
**/node_modules
**/.vscode
**/.github
**/.pytest_cache
**/.cache
**/cache
# Large directories not needed for production Docker image
**/.venv
.venv
venv
state
logs
notebooks
tests
.claude
.idea
.ruff_cache
# Large subdirs in deps
deps/web3-ethereum-defi/dist
deps/web3-ethereum-defi/docs
deps/web3-ethereum-defi/tests
deps/web3-ethereum-defi/contracts/aave-v2
deps/web3-ethereum-defi/contracts/aave-v3-deploy
deps/web3-ethereum-defi/contracts/aave-v3-origin
deps/web3-ethereum-defi/contracts/centre
deps/web3-ethereum-defi/contracts/enzyme
deps/web3-ethereum-defi/contracts/uniswap-v3-core
deps/web3-ethereum-defi/contracts/uniswap-v3-periphery
deps/web3-ethereum-defi/contracts/velvet-core
deps/web3-ethereum-defi/contracts/safe-integration
deps/web3-ethereum-defi/contracts/sushiswap
deps/web3-ethereum-defi/contracts/guard
deps/web3-ethereum-defi/contracts/1delta
deps/web3-ethereum-defi/contracts/terms-of-service
deps/web3-ethereum-defi/contracts/in-house
deps/web3-ethereum-defi/contracts/dhedge
deps/web3-ethereum-defi/contracts/orderly-contract-evm
deps/trading-strategy/dist
deps/trading-strategy/docs
deps/trading-strategy/tests