# Rust
target/

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

# IDE
.idea/
.vscode/

# OS
.DS_Store

# Test cache
.pytest_cache/
