mirror of
https://github.com/huggingface/xet-core.git
synced 2026-06-04 13:30:29 +08:00
19 lines
295 B
Plaintext
19 lines
295 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
|