# Build
build/
build-static/
cmake-build-*/

# Packaging output
dist/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.cache/
compile_commands.json

# OS
.DS_Store
Thumbs.db

# Encryption keys
*.key

# Core dumps
core
core.*
