mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
32 lines
435 B
Plaintext
32 lines
435 B
Plaintext
*/__pycache__
|
|
__pycache__
|
|
*.so
|
|
|
|
hosts.json
|
|
hosts*.json
|
|
nodes.json
|
|
|
|
# hide direnv stuff
|
|
.direnv/
|
|
|
|
build/
|
|
dist/
|
|
|
|
*.xcuserstate
|
|
.DS_Store
|
|
*/.DS_Store
|
|
|
|
# for the gitingest enthusiasts
|
|
digest.txt
|
|
|
|
# Rust
|
|
target/
|
|
## These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
## MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
## Generated by cargo mutants
|
|
## Contains mutation testing data
|
|
**/mutants.out*/
|