mirror of
https://github.com/Hopiu/zoxide.git
synced 2026-05-04 21:44:48 +00:00
13 lines
163 B
Text
13 lines
163 B
Text
### Custom ###
|
|
.vscode/
|
|
|
|
### Rust ###
|
|
# Compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# Backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
### Python ###
|
|
.mypy_cache/
|