# Rust build artifacts
target/
Cargo.lock

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

# Testing
.tarpaulin-report.html
cobertura.xml

# Development phases (local planning only)
.phases/
