mirror of
https://github.com/huggingface/xet-core.git
synced 2026-06-04 13:30:29 +08:00
* import cas_types definitions * http based shard client * use cas_types::Key * add test * fix linting
20 lines
304 B
Plaintext
20 lines
304 B
Plaintext
**/.idea
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
**/target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
# Mac OS Trash
|
|
.DS_Store
|
|
|
|
# VS Code configs
|
|
.vscode
|
|
venv
|
|
**/*.env
|