candle/.gitignore

27 lines
574 B
Plaintext
Raw Normal View History

2023-06-20 00:06:31 +08:00
# Generated by Cargo
# will have compiled files and executables
debug/
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
2023-07-02 03:36:44 +08:00
*.so
*.swp
candle-wasm-example/*.wav
candle-wasm-example/*.safetensors
candle-wasm-example/package-lock.json