mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
26 lines
443 B
Plaintext
26 lines
443 B
Plaintext
*/__pycache__
|
|
__pycache__
|
|
*.so
|
|
|
|
hosts_*.json
|
|
|
|
# go cache is project local but not tracked
|
|
.go_cache
|
|
|
|
# hide direnv stuff
|
|
.direnv/
|
|
# TODO figure out how to properly solve the issue with these target directories showing up
|
|
networking/target/
|
|
networking/topology/target/
|
|
rust/target/
|
|
rust/Cargo.lock
|
|
|
|
build/
|
|
dist/
|
|
*.xcuserstate
|
|
|
|
.DS_Store
|
|
*/.DS_Store
|
|
|
|
# Says this symlink should be git-ignored https://github.com/juspay/just-flake
|
|
just-flake.just |