Skip to content

Commit 1452aaa

Browse files
committed
chore: update exlude
1 parent 1fb7df4 commit 1452aaa

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ documentation = "https://docs.rs/stochastic-rs/latest/stochastic_rs/"
99
repository = "https://github.com/dancixx/stochastic-rs"
1010
readme = "README.md"
1111
keywords = ["stochastic", "quant", "finance", "simulation", "statistics"]
12+
exclude = [
13+
"**/*.tar.gz",
14+
"data/**",
15+
"trainsets/**",
16+
"src/ai/volatility/*TrainSet.txt.gz",
17+
"src/stochastic/cuda/fgn_linux/*.so",
18+
"src/stochastic/cuda/fgn_windows/*.dll",
19+
"src/stochastic/cuda/fgn_windows/*.lib",
20+
"src/stochastic/cuda/fgn_windows/*.exp",
21+
]
1222

1323
[dependencies]
1424
anyhow = "1.0.89"

0 commit comments

Comments
 (0)