# Rust
/target
**/*.rs.bk
Cargo.lock.orig

# Backtraces
rustc-ice-*.txt

# Editor / OS
.DS_Store
*.swp
.idea/
.vscode/

# Python
__pycache__/
*.py[cod]
.pytest_cache/
*.egg-info/
dist/
build/
.venv/
.buildvenv/
.installtest/
