2023-06-20 00:06:31 +08:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
|
|
|
debug/
|
2023-07-19 22:37:52 +08:00
|
|
|
data/
|
2023-07-15 05:06:40 +08:00
|
|
|
dist/
|
2023-06-20 00:06:31 +08:00
|
|
|
target/
|
|
|
|
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
|
|
Cargo.lock
|
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
|
|
|
**/*.rs.bk
|
|
|
|
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
|
|
*.pdb
|
2023-06-25 20:51:20 +08:00
|
|
|
|
2023-07-14 21:51:46 +08:00
|
|
|
*tokenizer*.json
|
2023-06-25 20:51:20 +08:00
|
|
|
*.npz
|
2023-06-30 16:11:00 +08:00
|
|
|
|
|
|
|
perf.data
|
|
|
|
flamegraph.svg
|
2023-08-05 21:53:57 +08:00
|
|
|
*.dylib
|
2023-07-02 03:36:44 +08:00
|
|
|
*.so
|
2023-07-12 20:49:31 +08:00
|
|
|
*.swp
|
2023-09-21 18:13:39 +08:00
|
|
|
*.swo
|
2023-07-18 02:40:42 +08:00
|
|
|
trace-*.json
|
2023-07-14 21:51:46 +08:00
|
|
|
|
2023-08-23 05:20:08 +08:00
|
|
|
candle-wasm-examples/*/build
|
2023-07-24 19:36:02 +08:00
|
|
|
candle-wasm-examples/*/*.bin
|
2023-08-22 18:56:43 +08:00
|
|
|
candle-wasm-examples/*/*.jpeg
|
2023-10-05 03:22:57 +08:00
|
|
|
candle-wasm-examples/*/audios/*.wav
|
|
|
|
candle-wasm-examples/**/*.safetensors
|
|
|
|
candle-wasm-examples/**/*.gguf
|
2023-07-24 19:36:02 +08:00
|
|
|
candle-wasm-examples/*/package-lock.json
|
2023-10-05 03:22:57 +08:00
|
|
|
candle-wasm-examples/**/config*.json
|
2023-08-29 15:41:33 +08:00
|
|
|
.DS_Store
|
|
|
|
.idea/*
|