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

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

# Node
node_modules/
*.tsbuildinfo

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

# Coverage artifacts
.coverage
coverage/
