forked from bhollister179/Backtest.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
49 lines (48 loc) · 996 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
/user/*
# /*/**/CondaPkg.toml
.startup.jl
/**/*.log
/**/.CondaPkg/*
/**/.JuliaFormatter.toml
/**/.conda/*
.conda
/**/.projectile
/**/__pycache__/*
/**/deps/precompiles/*
/Data/vendor/*
/docs/build/
/render.html
/src/__pycache__/
/user/strategies/*
/vendor/*
PingPong.so
test/test.jlo
PingPong/test/
PingPongInteractive/test/
user/Load/test/
.vscode/
!/**/deps/precompiles/*_PingPong*.jl
!/Data/vendor/.gitkeep
!/Data/vendor/zarr/.gitkeep
!/user/strategies/README.md
!/vendor/.gitkeep
!/vendor/Temporal/
!PingPongDev/
!PingPongInteractive/
!user/.envrc
!user/Load
!user/pingpong.toml
!user/strategies
!user/strategies/BBWithOpt
!user/strategies/BareStrat.jl
!user/strategies/BollingerBands
!user/strategies/Example.jl
!user/strategies/ExampleMargin
!user/strategies/ExampleMargin.jl
!user/strategies/MarginStrat
!user/strategies/RandomStratIso.jl
!user/strategies/Template.jl
!user/strategies/TwoIntervals
!user/strategies/TwoParameters
!user/strategies/SimpleStrategy
!user/strategies/common.jl