Files
xet-core/.gitignore
Di Xiao d553005188 http shard client (#7)
* import cas_types definitions

* http based shard client

* use cas_types::Key

* add test

* fix linting
2024-09-13 17:54:11 -07:00

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