# Rust
/target/
Cargo.lock

# Python
.venv/
__pycache__/
*.pyc

# maturin / build
target/wheels/

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/

# Keys
*.key