# OS
.DS_Store
Thumbs.db

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

# Rust
**/target/

# Editors / IDEs
.idea/
.vscode/
*.swp
*.swo

# Jupyter
.ipynb_checkpoints/

# Project-specific
**/playground*
refs/
notes/
*.sh
/sweep*.toml
