# Rust
/target/

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

# Planning
PLAN.md

# macOS
.DS_Store
