# Rust
/target/
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Test artifacts
*.png
!examples/*.png

# Internal docs
PLAN.md

# GitHub Actions local testing
.act
