Files
exo/.gitignore
2025-12-05 12:01:44 +00:00

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*/