# Rust
/target
**/target
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
.pytest_cache/
.venv/
venv/
dist/
build/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store
