# xmake
.xmake/
build/
out/
dist/
release/
.cache/

# Objects and libraries
*.o
*.obj
*.a
*.lib
*.so
*.dylib
*.dll
*.exe
*.pdb

# Local editor / runtime files
.vscode/
.idea/
*.code-workspace
.codex
*.log
*.tmp
*.temp
*.bak
*.orig
*.rej
*.swp
*.swo
*~
/core
/core.*
compile_commands.json
.skull_history
.skullrc
.skullrc.d/

# AUR package build outputs
packaging/aur/*/src/
packaging/aur/*/pkg/
packaging/aur/*/*/
packaging/aur/*/*.pkg.tar.*
packaging/aur/*/*.src.tar.*
