# Rust
/target
**/*.rs.bk
*.pdb

# IDE
.vscode/
.idea/
*.iml
.project
.settings/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Test outputs
test-*.png
example-*.png
*.png
!img/*.png

# Build artifacts
/dist
/build

# Python (from test scripts)
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
