# Rust build artifacts
/target
/Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Cache (in case someone runs with local cache dir)
/.dep-age-cache

# npm: downloaded binaries
/npm/bin

# Qwen Code local config
/.qwen
