# Custom
scratch/

# Python
__pycache__/
*.py[oc]
*.egg-info/
dist/
wheels/
.pytest_cache
.ruff_cache

# Compiled extensions
*.so
*.pyd

# Rust
target/

# uv / virtualenvs
.venv

# Editor
.vscode/
.idea/
*.sw[po]

# OS
.DS_Store
Thumbs.db
