Files
xet-core/.gitignore
2024-09-13 17:39:45 -07:00

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