# Rust
/target/
Cargo.lock

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

# Maturin
*.whl

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

