# Rust build artifacts
/target/

# CMake build artifacts
plasma-nm-plugin/build/

# Arch Linux package build artifacts
pkg/
*.pkg.tar.zst
*.pkg.tar.xz
*.pkg.tar.gz

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
