# Rust
target/
Cargo.lock

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

# Compiled extension
*.so
*.pyd
*.dylib

# Virtual environment
.venv/

# Testing
.hypothesis/
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# UV
uv.lock
