### Custom ###
.vscode/

### Rust ###
# Compiled files and executables
debug/
target/

# Backup files generated by rustfmt
**/*.rs.bk

### Python ###
.mypy_cache/
