# Rust
/target/
Cargo.lock

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

# Virtual environment
.venv/

# IDE
.idea/
.vscode/
*.swp

# Ruff cache
.ruff_cache/

# OS
.DS_Store

# JetBrains eval
.jbeval/
