# Build artifacts
build/
install/
compile_commands.json

# Qt / CMake generated
*.user
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile

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

# AppImage binaries
*.AppImage
*.appimage

# Logs
*.log

# Local build variants
build_new/
build_*/

# Packaging scripts (local workflow only — packaging/aur/ is tracked)
packaging/local/
