# Rust build artifacts
target/
dist/

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

# OS
.DS_Store
Thumbs.db

# Development
.local-history/

# Logs
*.log
