# Build artifacts
/target/
**/target/

# Claude session artifacts
.ignore/

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

# Node
motet_web/node_modules/
motet_web/dist/

# OS
.DS_Store
Thumbs.db

# Test artifacts
*.profraw

# Data
*.db
*.db-journal
