# Rust
/target/

# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/

# Native extensions (built by maturin develop)
*.so
*.dylib
*.pyd

# IDE
.idea/
.vscode/
*.swp
*.swo
