# Rust
/target

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

# Tool caches
.pytest_cache/
.mypy_cache/

# Editors and OS
.idea/
.vscode/
.DS_Store
