candle/.gitignore

33 lines
675 B
Plaintext
Raw Normal View History

2023-06-20 00:06:31 +08:00
# Generated by Cargo
# will have compiled files and executables
debug/
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
*tokenizer*.json
2023-06-25 20:51:20 +08:00
*.npz
perf.data
flamegraph.svg
*.dylib
2023-07-02 03:36:44 +08:00
*.so
*.swp
trace-*.json
candle-wasm-examples/*/*.bin
candle-wasm-examples/*/*.jpeg
candle-wasm-examples/*/*.wav
candle-wasm-examples/*/*.safetensors
candle-wasm-examples/*/package-lock.json