forked from bhollister179/Backtest.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (42 loc) · 890 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
/user/*
!/**/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/common.jl
# /*/**/CondaPkg.toml
.startup.jl
/**/*.log
/**/.CondaPkg/*
/**/.JuliaFormatter.toml
/**/.conda/*
/**/.projectile
/**/__pycache__/*
/**/deps/precompiles/*
/Data/vendor/*
/docs/build/
/render.html
/src/__pycache__/
/user/strategies/*
/vendor/*
PingPong.so
test/test.jlo