# VsCode ignores
.vscode/

# Rust ignores
target/

# Python build system ignores
dist/
build/
venv/
*.egg-info/
*.pyd
